{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NoteSettingsDto", "type": "object", "properties": { "isHidden": { "type": "boolean" }, "isMandatory": { "type": "boolean" }, "usePrevious": { "type": "boolean" }, "allowPersonal": { "type": "boolean" }, "defaultStatus": { "type": "string" }, "alternativeCustomFieldId": { "type": "string" } } }