Red Hat 3scale · Schema

OAuthAuthorizeResponse

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
status string
application object
View JSON Schema on GitHub

JSON Schema

red-hat-3scale-oauthauthorizeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OAuthAuthorizeResponse",
  "title": "OAuthAuthorizeResponse",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "application": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "key": {
          "type": "string"
        },
        "redirect_url": {
          "type": "string"
        }
      }
    }
  }
}