Skip to content
Developer Preview

ItemReadOutputEncoding

The item/readOutput content encoding. Closed: text media is ALWAYS utf8 and binary media base64; a third value would change the client’s decode contract.

  • "base64"
  • "utf8"
Source

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

{
"description": "The `item/readOutput` content encoding. Closed: text media\nis ALWAYS `utf8` and binary media `base64`; a third value would change\nthe client's decode contract.",
"enum": [
"utf8",
"base64"
],
"type": "string",
"x-msp-openness": "closed"
}