{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionFreeformScopesAmazon", "title": "ConnectionFreeformScopesAmazon", "description": "Additional OAuth scopes to request from Amazon beyond the standard profile and postal_code scopes. These scopes must be valid Amazon Login scopes.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionScopeArray" } ] }