APIKeyAssociation schema from WSO2 API Manager
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/devportal-api-api-key-association-schema.json", "title": "API Key association", "description": "APIKeyAssociation schema from WSO2 API Manager", "type": "object", "properties": { "keyName": { "type": "string", "description": "API Key name", "example": "Test_Key" }, "apiName": { "type": "string", "description": "API name", "example": "NotificationAPI" }, "applicationName": { "type": "string", "description": "Application name", "example": "DefaultApplication" } } }