{ "type": "object", "properties": { "apiName": { "type": "string", "example": "example_value" }, "calculated": { "type": "boolean", "example": true }, "compound": { "type": "boolean", "example": true }, "compoundComponentName": { "type": "['string', 'null']", "example": "example_value" }, "compoundFieldName": { "type": "['string', 'null']", "example": "example_value" }, "controllerName": { "type": "['string', 'null']", "example": "example_value" }, "controllingFields": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "createable": { "type": "boolean", "example": true }, "custom": { "type": "boolean", "example": true }, "dataType": { "type": "string", "example": "example_value" }, "extraTypeInfo": { "type": "['string', 'null']", "example": "example_value" }, "filterable": { "type": "boolean", "example": true }, "filteredLookupInfo": { "type": "['string', 'null']", "example": "example_value" }, "highScaleNumber": { "type": "boolean", "example": true }, "htmlFormatted": { "type": "boolean", "example": true }, "inlineHelpText": { "type": "['string', 'null']", "example": "example_value" }, "label": { "type": "string", "example": "Example Title" }, "length": { "type": "integer", "example": 10 }, "nameField": { "type": "boolean", "example": true }, "polymorphicForeignKey": { "type": "boolean", "example": true }, "precision": { "type": "integer", "example": 10 }, "reference": { "type": "boolean", "example": true }, "referenceTargetField": { "type": "['string', 'null']", "example": "example_value" }, "referenceToInfos": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "relationshipName": { "type": "['string', 'null']", "example": "example_value" }, "required": { "type": "boolean", "example": true }, "scale": { "type": "integer", "example": 10 }, "searchPrefilterable": { "type": "boolean", "example": true }, "sortable": { "type": "boolean", "example": true }, "unique": { "type": "boolean", "example": true }, "updateable": { "type": "boolean", "example": true } }, "required": [ "apiName", "calculated", "compound", "compoundComponentName", "compoundFieldName", "controllerName", "controllingFields", "createable", "custom", "dataType", "extraTypeInfo", "filterable", "filteredLookupInfo", "highScaleNumber", "htmlFormatted", "inlineHelpText", "label", "length", "nameField", "polymorphicForeignKey", "precision", "reference", "referenceTargetField", "referenceToInfos", "relationshipName", "required", "scale", "searchPrefilterable", "sortable", "unique", "updateable" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SLAExpirationDateC1" }