ApiSchemas
PreviewNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by previews.revoke
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"PreviewNotFound"
]
},
"previewId": {
"type": "string"
}
},
"required": [
"_tag",
"previewId"
],
"additionalProperties": false
}