{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactCustomFieldDto", "type": "object", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "isHidden": { "type": "boolean" }, "isMandatory": { "type": "boolean" }, "contactCustomFieldOptions": { "type": "array" } } }