fields object.
Each attribute has a field definition in Breakcold: a slug, a display name, a field type, and settings such as whether it accepts one value or multiple values. The slug is the JSON key you use inside fields.
- Attributes are returned inside
record.fields. - Field slugs are the JSON keys inside
fields. - Empty or unset values are omitted from
fields. - Attributes configured to accept multiple values return arrays. Type pages include multiple-value examples when the API accepts array input for that attribute type.