Plane docs
ApiSchemas

SecretMigrationFailure

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

Used by secrets.migrateToVault

JSON Schema

{
  "type": "object",
  "properties": {
    "purpose": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    }
  },
  "required": [
    "purpose",
    "key",
    "reason"
  ],
  "additionalProperties": false
}

On this page