{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Operation", "title": "Operation", "type": "object", "properties": { "name": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "inputSchema": { "type": "object" }, "outputSchema": { "type": "object" } } }