{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScreenSchemeId", "title": "ScreenSchemeId", "additionalProperties": false, "description": "The ID of a screen scheme.", "properties": { "id": { "description": "The ID of the screen scheme.", "format": "int64", "readOnly": true, "type": "integer" } }, "required": [ "id" ], "type": "object" }