Microsoft Azure API Management · Arazzo Workflow
Azure API Management Register API Schema
Version 1.0.0
Confirm an API exists, register a schema for it, then list the API's schemas.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
register-api-schema
Register a schema for an API and confirm it.
Confirms the API exists, registers a schema document, then lists the API's schemas to verify.
1
getApi
Api_Get
Read the API to confirm it exists before registering a schema.
2
createSchema
ApiSchema_CreateOrUpdate
Create or update the schema document for the API.
3
listSchemas
ApiSchema_ListByApi
List the API's schemas to confirm the new schema is registered.