Plane docs
ApiSchemas

PromotionMapping

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

Used by agents.promote

JSON Schema

{
  "type": "object",
  "properties": {
    "connections": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "providers": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "secrets": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "additionalProperties": false
}

On this page