The Api Operation Annotation.
{ "$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-annotation-schema.json", "title": "ApiOperationAnnotation", "description": "The Api Operation Annotation.", "type": "object", "properties": { "family": { "description": "The family.", "type": "string" }, "revision": { "description": "The revision.", "type": "integer" }, "status": { "$ref": "#/definitions/StatusAnnotation" } } }