WSO2 · JSON Structure

Publisher Api Subtype Configuration Structure

Configuration settings for the subtype

Type: object Properties: 2
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

subtype configuration

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/publisher-api-subtype-configuration-structure.json",
  "name": "SubtypeConfiguration",
  "description": "Configuration settings for the subtype",
  "type": "object",
  "properties": {
    "subtype": {
      "type": "string",
      "description": "The designated name of the subtype.",
      "default": "DEFAULT",
      "example": "proxy",
      "readOnly": true
    },
    "configuration": {
      "type": "object",
      "description": "Specific configuration properties related to the subtype."
    }
  }
}