{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientIdAmazon", "title": "ConnectionClientIdAmazon", "description": "OAuth 2.0 client identifier obtained from Amazon Developer Console during Login with Amazon application registration. When not provided, Auth0 development keys are used for testing purposes.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientId" }, { "maxLength": 255 } ] }