ApiSchemas
ApiKeyNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by apiKeys.revoke, apiKeys.update
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"ApiKeyNotFound"
]
},
"id": {
"$ref": "#/components/schemas/ApiKeyId"
}
},
"required": [
"_tag",
"id"
],
"additionalProperties": false
}