{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OAuth2ClaimConditions", "title": "OAuth2ClaimConditions", "type": "object", "properties": { "scopes": { "type": "array", "items": { "type": "string" } } }, "x-okta-tags": [ "Application" ] }