Plane docs
ApiSchemas

StreamIncludeInvalidEncoded

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

Used by sessions.streamToken

JSON Schema

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

On this page