{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AvailableScopes", "title": "AvailableScopes", "description": "Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.", "type": "array", "items": { "type": "string" }, "example": [ "scope1", "scope2" ] }