{ "type": "object", "description": "An option for an enumeration field", "name": "FieldOption", "properties": { "label": { "type": "string", "description": "Display label for the option" }, "value": { "type": "string", "description": "The value of the option" }, "displayOrder": { "type": "integer", "description": "Order in which to display the option" } }, "required": [ "label", "value" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }