WSO2 · Schema

SettingsDTO

Settings schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
scopes array
View JSON Schema on GitHub

JSON Schema

service-catalog-api-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/service-catalog-api-settings-schema.json",
  "title": "SettingsDTO",
  "description": "Settings schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "scopes": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "service_catalog:service_view"
      }
    }
  }
}