ApiSchemas
BlobTypeUnsupportedEncoded
One shape from the contract, as it appears on the wire.
Used by blobs.upload
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"BlobTypeUnsupported"
]
},
"contentType": {
"type": "string"
},
"supported": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"_tag",
"contentType",
"supported"
],
"additionalProperties": false
}