{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DcrConfigPropertyInitialClientAudience", "title": "DcrConfigPropertyInitialClientAudience", "description": "This is the audience value used for the initial client.\nIf using a custom domain on Auth0, this must be set as to the Auth0 Management API audience value.\nIf left blank, the issuer will be used instead.\n", "type": "string", "maxLength": 256, "nullable": true }