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.
Fields and variants
Section titled “Fields and variants”"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"}