ApiSchemas
ConnectionName
One shape from the contract, as it appears on the wire.
Used by connections.create, connections.get, connections.getByName, connections.grants.list, connections.list, connections.upsert, sessions.authorizations
Referenced from Connection, ConnectionGrant, PendingAuthorization
JSON Schema
{
"type": "string",
"pattern": "^[a-z0-9][a-z0-9-]{1,62}$"
}