{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientIdOAuth2", "title": "ConnectionClientIdOAuth2", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientId" }, { "minLength": 1, "maxLength": 128 } ] }