> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fiddler.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# DatasetSchemaField

> A single field in a dataset schema bucket.

## Attributes

<ResponseField name="key">
  Field name within the bucket (e.g. `question` under `inputs`).
</ResponseField>

<ResponseField name="count">
  Number of dataset items that carry this field.
</ResponseField>

<ResponseField name="data_type">
  Inferred data type of the field's values (e.g. `string`).
</ResponseField>
