{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientSecretExact", "title": "ConnectionClientSecretExact", "description": "OAuth2.0 client secret for the Exact Online connection, obtained when registering your application in the Exact App Center.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientSecret" }, { "maxLength": 255 } ] }