{ "type": "object", "name": "ClientInfo", "properties": { "applicationName": { "type": "string" }, "applicationUrl": { "type": "['string', 'null']" } }, "required": [ "applicationName", "applicationUrl" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }