WSO2 · JSON Structure

Dcr Api Dcr Structure

DCR schema from WSO2 API Manager

Type: object Properties: 7
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

callbackUrl clientName owner grantType saasApp tokenType userstoreDomainInSubject

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/dcr-api-dcr-structure.json",
  "name": "DCR",
  "description": "DCR schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "callbackUrl": {
      "type": "string",
      "readOnly": true,
      "example": "www.example.com"
    },
    "clientName": {
      "type": "string",
      "readOnly": true,
      "example": "rest_api_publisher"
    },
    "owner": {
      "type": "string",
      "readOnly": true,
      "example": "admin"
    },
    "grantType": {
      "type": "string",
      "readOnly": true,
      "example": "client_credentials password refresh_token"
    },
    "saasApp": {
      "type": "string",
      "readOnly": true,
      "example": true
    },
    "tokenType": {
      "type": "string",
      "readOnly": true,
      "example": "JWT"
    },
    "userstoreDomainInSubject": {
      "type": "string",
      "readOnly": true,
      "example": true
    }
  }
}