Plane docs
ApiSchemas

PreviewMinted

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

Used by previews.mint

JSON Schema

{
  "type": "object",
  "properties": {
    "preview": {
      "$ref": "#/components/schemas/Preview"
    },
    "token": {
      "type": "string"
    },
    "signedUrl": {
      "type": "string"
    }
  },
  "required": [
    "preview"
  ],
  "additionalProperties": false
}

On this page