ApplicationResponse adds required field eligible_oauth2_scopes
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
A new field eligible_oauth2_scopes (array of OAuth2Scopes) has been added to the ApplicationResponse schema and placed in the required array. Because it is marked required, clients that validate response payloads against this schema (e.g. strict deserializers or generated SDK models) may break if they receive older responses lacking this field, or if server responses that now include it are not handled. Clients writing back this schema shape also need to be aware of the new required field.