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