{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientGrantDefaultForEnum", "title": "ClientGrantDefaultForEnum", "type": "string", "enum": [ "third_party_clients" ], "x-release-lifecycle": "GA", "description": "Applies this client grant as the default for all clients in the specified group. The only accepted value is `third_party_clients`, which applies the grant to all third-party clients. Per-client grants for the same audience take precedence. Mutually exclusive with `client_id`." }