Plane docs
ApiSchemas

OverrideNotAllowedEncoded

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

Used by sessions.create

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "OverrideNotAllowed"
      ]
    },
    "field": {
      "type": "string"
    },
    "allowed": {
      "type": "string"
    }
  },
  "required": [
    "_tag",
    "field",
    "allowed"
  ],
  "additionalProperties": false
}

On this page