WSO2 · JSON Structure

Publisher Api Api Scope Structure

APIScope schema from WSO2 API Manager

Type: object Properties: 2 Required: 1
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

scope shared

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-api-scope-structure.json",
  "name": "APIScope",
  "description": "APIScope schema from WSO2 API Manager",
  "required": [
    "scope"
  ],
  "type": "object",
  "properties": {
    "scope": {
      "$ref": "#/components/schemas/Scope"
    },
    "shared": {
      "type": "boolean",
      "description": "States whether scope is shared. This will not be honored when updating/adding scopes to APIs or when\nadding/updating Shared Scopes.\n",
      "example": true
    }
  }
}