Plane docs
ApiSchemas

PlaneSignedAuth

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

Used by connections.create, connections.get, connections.getByName, connections.list, connections.upsert

Referenced from ConnectionAuth

JSON Schema

{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "plane-signed"
      ]
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": false
}

On this page