{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SupportSettings", "type": "object", "properties": { "appId": { "type": "string" }, "supportUrl": { "type": "string" }, "supportEmail": { "type": "string" }, "supportPhone": { "type": "string" } } }