{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SpaceWatch", "title": "SpaceWatch", "required": [ "type", "watcher" ], "type": "object", "properties": { "type": { "type": "string", "example": "example_value" }, "watcher": { "$ref": "#/components/schemas/WatchUser" }, "spaceKey": { "type": "string", "example": "example_value" }, "labelName": { "type": "string", "example": "example_value" }, "prefix": { "type": "string", "example": "example_value" } } }