{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-field-info-structure.json", "name": "FieldInfo", "description": "Details about the fields such as name of the field.", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/FieldName" }, { "description": "Name of the field." } ] } } }