Plane docs
ApiSchemas

RetentionInvalidEncoded

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

Used by environments.update

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "RetentionInvalid"
      ]
    },
    "reason": {
      "type": "string"
    }
  },
  "required": [
    "_tag",
    "reason"
  ],
  "additionalProperties": false
}

On this page