Skip to content
Developer Preview

PendingApprovalPointer

A pending approval in the snapshot: the pointer shape plus the gated itemId when one exists.

  • approvalId
  • itemId
  • viewCursor
Source

schema/msp/experimental/msp.schema.json#/types/PendingApprovalPointer

{
"description": "A pending approval in the snapshot: the pointer shape plus the\ngated `itemId` when one exists.",
"properties": {
"approvalId": {
"description": "The pending approval's id.",
"type": "string"
},
"itemId": {
"description": "The parked item, when one exists.",
"type": "string"
},
"viewCursor": {
"description": "The cursor the approval opened at.",
"type": "string"
}
},
"required": [
"approvalId",
"viewCursor"
],
"type": "object"
}