{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DcrProviderAuth0", "title": "DCR provider - Auth0", "description": "A DCR provider for Auth0 -- only properties not included in DcrProviderBase", "type": "object", "properties": { "provider_type": { "type": "string", "enum": [ "auth0" ] }, "dcr_config": { "$ref": "#/components/schemas/DcrConfigAuth0InResponse" } }, "required": [ "provider_type", "dcr_config" ] }