{ "type": "object", "description": "Metadata for a single field", "name": "FieldRepresentation", "properties": { "apiName": { "type": "string" }, "label": { "type": "string" }, "dataType": { "type": "string", "enum": [ "Address", "Boolean", "Currency", "Date", "DateTime", "Double", "Email", "Id", "Integer", "Long", "MultiPicklist", "Percent", "Phone", "Picklist", "Reference", "String", "TextArea", "Time", "Url" ] }, "required": { "type": "boolean" }, "updateable": { "type": "boolean" }, "createable": { "type": "boolean" }, "nillable": { "type": "boolean" }, "referenceToInfos": { "type": "array", "items": { "type": "object", "properties": { "apiName": { "type": "string" }, "nameFields": { "type": "array", "items": { "type": "string" } } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }