{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateSubscriptionRequest", "title": "UpdateSubscriptionRequest", "type": "object", "properties": { "subscription": { "type": "object", "properties": { "subject": { "type": "string" }, "schedule": { "type": "object", "properties": { "id": { "type": "string" } } }, "suspended": { "type": "boolean" } }, "example": "example_value" } } }