Plane docs
ApiSchemas

IdentityScopeNotAllowedEncoded

One shape from the contract, as it appears on the wire.

Used by connections.authorize, sessions.create, sessions.send

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "IdentityScopeNotAllowed"
      ]
    },
    "scope": {
      "type": "string"
    },
    "allowed": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "_tag",
    "scope",
    "allowed"
  ],
  "additionalProperties": false
}

On this page