{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionScopeAmazon", "title": "ConnectionScopeAmazon", "description": "OAuth 2.0 scopes that will be requested from Amazon during authorization. This is automatically populated based on the profile and postal_code settings, plus any freeform_scopes.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionScopeArray" } ] }