{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScenePersonalisationBasic", "title": "ScenePersonalisationBasic", "type": "object", "properties": { "scene": { "type": "string", "maxLength": 200 }, "dashboard": { "type": "integer", "nullable": true } }, "required": [ "scene" ] }