{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SystemInfoEntity", "type": "object", "properties": { "cloudId": { "type": "string" }, "commitHash": { "type": "string" }, "baseUrl": { "type": "string" }, "edition": { "type": "string" }, "siteTitle": { "type": "string" }, "defaultLocale": { "type": "string" }, "defaultTimeZone": { "type": "string" }, "microsPerimeter": { "type": "string" } } }