{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "WebApplication", "type": "object", "properties": { "redirectUris": { "type": "array" }, "homePageUrl": { "type": "['string', 'null']" }, "logoutUrl": { "type": "['string', 'null']" }, "implicitGrantSettings": { "type": "object" } } }