{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SpaApplication", "type": "object", "description": "Single-page application configuration", "properties": { "redirectUris": { "type": "array", "description": "Redirect URIs for single-page application authentication" } } }