Plane docs
ApiSchemas

RetentionPolicy

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

Used by auth.me, environments.archive, environments.create, environments.get, environments.list, environments.update

JSON Schema

{
  "type": "object",
  "properties": {
    "sessionEventsDays": {
      "type": "integer",
      "minimum": 0
    },
    "deliveredHooksDays": {
      "type": "integer",
      "minimum": 0
    },
    "deadHooksDays": {
      "type": "integer",
      "minimum": 0
    },
    "spansDays": {
      "type": "integer",
      "minimum": 0
    },
    "usageRollupDays": {
      "type": "integer",
      "minimum": 0
    }
  },
  "additionalProperties": false
}

On this page