Plane docs
ApiSchemas

MetadataMode

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

Used by sessions.annotate, sessions.events, sessions.send, sessions.updateMetadata

Referenced from MessageMetadataEvent, SessionMetadataEvent

JSON Schema

{
  "type": "string",
  "enum": [
    "merge",
    "replace"
  ]
}

On this page