ConsumerSecretCreationRequest 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-consumer-secret-creation-request-schema.json", "title": "ConsumerSecretCreationRequest", "description": "ConsumerSecretCreationRequest schema from WSO2 API Manager", "type": "object", "properties": { "additionalProperties": { "type": "object", "description": "Additional properties for the secret creation request.", "additionalProperties": { "type": "object" }, "example": { "expiresIn": 86400, "description": "pizza application secret" } } }, "example": { "additionalProperties": { "expiresIn": 86400, "description": "pizza application secret" } } }