{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserWatch", "title": "UserWatch", "required": [ "watching" ], "type": "object", "properties": { "watching": { "type": "boolean", "example": true } } }