Object
CustomAttributeSchema
Definition of a custom attribute field. Use options (when present) to map IDs to display names.
Fields
- aiGenerated Boolean!
- True when this attribute's value is produced by an AI Filter. For AI-generated attributes, an item's
aiFilterReasonsentry with the matchingkeycarries the model's explanation for the value. - key String!
- Key used in the customAttributes object.
- name String!
- Human-readable display name.
- options [CustomAttributeOption!]
- Available options for select-type attributes. When present, customAttributes values are option IDs that map to these options. When null, values are stored directly (text, numbers, dates, etc.).
- type CustomAttributeType!
- Custom attribute field type.