{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RemoteFieldClassForCustomObjectClassItemSchema", "title": "RemoteFieldClassForCustomObjectClassItemSchema", "type": "object", "properties": { "item_type": { "type": [ "string", "null" ] }, "item_format": { "type": [ "string", "null" ] }, "item_choices": { "type": [ "array", "null" ], "items": { "type": "string" } } }, "required": [ "item_type", "item_format", "item_choices" ] }