ApiSchemas
ConnectionNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by connections.authorize, connections.delete, connections.get, connections.getByName, connections.grants.import, connections.grants.list, connections.test
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"ConnectionNotFound"
]
},
"connectionId": {
"$ref": "#/components/schemas/ConnectionId"
},
"name": {
"type": "string"
}
},
"required": [
"_tag"
],
"additionalProperties": false
}