ApiSchemas
GrantNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by connections.grants.revoke
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"GrantNotFound"
]
},
"grantId": {
"$ref": "#/components/schemas/GrantId"
}
},
"required": [
"_tag",
"grantId"
],
"additionalProperties": false
}