Plane docs
ApiSchemas

GrantImportResult

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

Used by connections.grants.import

JSON Schema

{
  "type": "object",
  "properties": {
    "identity": {
      "$ref": "#/components/schemas/Identity"
    },
    "outcome": {
      "type": "string",
      "enum": [
        "created",
        "updated",
        "skipped",
        "failed"
      ]
    },
    "grantId": {
      "$ref": "#/components/schemas/GrantId"
    },
    "error": {
      "type": "string"
    }
  },
  "required": [
    "identity",
    "outcome"
  ],
  "additionalProperties": false
}

On this page