The api operation.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-logic-apps/refs/heads/main/json-schema/azure-logic-apps-api-operation-schema.json", "title": "ApiOperation", "description": "The api operation.", "type": "object", "properties": { "properties": { "$ref": "#/definitions/ApiOperationPropertiesDefinition" } } }