{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientIdExact", "title": "ConnectionClientIdExact", "description": "OAuth2.0 client identifier for the Exact Online connection, obtained when registering your application in the Exact App Center.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientId" }, { "format": "uuid", "minLength": 36, "maxLength": 36 } ] }