Plane docs
ApiSchemas

ProviderInUseEncoded

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

Used by providers.delete

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "ProviderInUse"
      ]
    },
    "providerId": {
      "$ref": "#/components/schemas/ProviderId"
    },
    "agentIds": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AgentId"
      }
    }
  },
  "required": [
    "_tag",
    "providerId",
    "agentIds"
  ],
  "additionalProperties": false
}

On this page