Skip to content
Developer Preview

CompactStatus

session/compact’s ack status: the one method that may answer noop in addition to the accepted. A noop is a success, not an error, and it is durably settled like any other outcome.

  • "accepted"
  • "noop"
Source

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

{
"description": "`session/compact`'s ack status: the one method that may answer\n`noop` in addition to the `accepted`. A noop is a success, not an\nerror, and it is durably settled like any other outcome.",
"enum": [
"accepted",
"noop"
],
"type": "string",
"x-msp-openness": "open"
}