Azure Logic Apps Api Operation Properties Definition Structure
The api operations properties
Type: objectProperties: 12
AzureIntegrationiPaaSWorkflows
ApiOperationPropertiesDefinition is a JSON Structure definition published by Azure Logic Apps, describing 12 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-logic-apps/refs/heads/main/json-structure/azure-logic-apps-api-operation-properties-definition-structure.json",
"description": "The api operations properties",
"type": "object",
"properties": {
"annotation": {
"$ref": "#/definitions/ApiOperationAnnotation",
"description": "The annotation of api operation."
},
"api": {
"$ref": "#/definitions/ApiReference",
"description": "The api reference."
},
"description": {
"description": "The description of the api operation.",
"type": "string"
},
"inputsDefinition": {
"$ref": "#/definitions/SwaggerSchema",
"description": "The operation inputs definition schema."
},
"isNotification": {
"description": "Indicates whether the API operation is notification or not.",
"type": "boolean"
},
"isWebhook": {
"description": "Indicates whether the API operation is webhook or not.",
"type": "boolean"
},
"pageable": {
"description": "Indicates whether the api operation is pageable.",
"type": "boolean"
},
"responsesDefinition": {
"additionalProperties": {
"$ref": "#/definitions/SwaggerSchema"
},
"description": "The operation responses definition schemas.",
"type": "object"
},
"summary": {
"description": "The summary of the api operation.",
"type": "string"
},
"trigger": {
"description": "The trigger type of api operation.",
"type": "string"
},
"triggerHint": {
"description": "The trigger hint for the api operation.",
"type": "string"
},
"visibility": {
"description": "The visibility of the api operation.",
"type": "string"
}
},
"name": "ApiOperationPropertiesDefinition"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.