{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientIdLine", "title": "ConnectionClientIdLine", "description": "LINE Channel ID issued by LINE during application registration. This value identifies your Auth0 connection to LINE.", "type": "string", "minLength": 10, "maxLength": 10, "pattern": "^\\d+$" }