{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientSecretAmazon", "title": "ConnectionClientSecretAmazon", "description": "OAuth 2.0 client secret obtained from Amazon Developer Console during Login with Amazon application registration. Used to authenticate your application when exchanging authorization codes for tokens.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientSecret" }, { "maxLength": 255 } ] }