WSO2 · JSON Structure

Devportal Api Consumer Secret Creation Request Structure

ConsumerSecretCreationRequest schema from WSO2 API Manager

Type: object Properties: 1
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

ConsumerSecretCreationRequest is a JSON Structure definition published by WSO2, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

additionalProperties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/devportal-api-consumer-secret-creation-request-structure.json",
  "name": "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"
    }
  }
}