{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SubjectConfigDto", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "code": { "type": "string" }, "isHidden": { "type": "boolean" }, "identifierType": { "type": "string" }, "identifierTypes": { "type": "array" }, "type": { "type": "string" }, "customFieldIds": { "type": "array" }, "newsHeadlineFormat": { "type": "array" }, "emailHeadlineFormat": { "type": "array" }, "noteLengthLimit": { "type": "integer" } } }