Skip to content
Developer Preview

AttentionFlag

One attention flag: a pending server-initiated request class parked on the session. Open on the wire — clients MUST ignore unknown values; future attention kinds are additive.

  • "approvalPending"
  • "inputPending"
Source

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

{
"description": "One attention flag: a pending server-initiated\nrequest class parked on the session. Open on the wire — clients MUST\nignore unknown values; future attention kinds are additive.",
"enum": [
"approvalPending",
"inputPending"
],
"type": "string",
"x-msp-openness": "open"
}