WSO2 · JSON Structure

Dcr Api Dcr Result Structure

DCRResult schema from WSO2 API Manager

Type: object Properties: 10
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

callbackUrl clientName clientId clientSecret isSaasApplication appOwner jsonString jsonAppAttribute applicationUUID tokenType

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-result-structure.json",
  "name": "DCRResult",
  "description": "DCRResult 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"
    },
    "clientId": {
      "type": "string",
      "readOnly": true,
      "example": "fosJTsHQyluahdppkJMFUm6cm3ca"
    },
    "clientSecret": {
      "type": "string",
      "readOnly": true,
      "example": "aSF_ljQZ1e7qxiJ9YraG_NGJ9Iwa"
    },
    "isSaasApplication": {
      "type": "string",
      "readOnly": true,
      "example": true
    },
    "appOwner": {
      "type": "string",
      "readOnly": true,
      "example": "admin"
    },
    "jsonString": {
      "type": "string",
      "readOnly": true
    },
    "jsonAppAttribute": {
      "type": "string",
      "readOnly": true
    },
    "applicationUUID": {
      "type": "string",
      "readOnly": true
    },
    "tokenType": {
      "type": "string",
      "readOnly": true,
      "example": "JWT"
    }
  }
}