{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserRequestPayload", "title": "UserRequestPayload", "type": "object", "properties": { "operations": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "payload": { "type": "object" } } } }, "comment": { "type": "string" } } }