ApiSchemas
ConnectionNameTakenEncoded
One shape from the contract, as it appears on the wire.
Used by connections.create
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"ConnectionNameTaken"
]
},
"name": {
"type": "string"
},
"existingId": {
"$ref": "#/components/schemas/ConnectionId"
}
},
"required": [
"_tag",
"name",
"existingId"
],
"additionalProperties": false
}