{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrganizationUsageEnum", "title": "OrganizationUsageEnum", "type": "string", "description": "Defines whether organizations can be used with client credentials exchanges for this grant.", "enum": [ "deny", "allow", "require" ] }