{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DateSettingsDto", "type": "object", "properties": { "allowEdit": { "type": "boolean" }, "isLocked": { "type": "boolean" } } }