{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PublicClientApplication", "type": "object", "description": "Configuration for a public client (mobile/desktop) application.", "properties": { "redirectUris": { "type": "array", "description": "Redirect URIs for the public client application." } } }