{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SystemInfoEntity", "title": "SystemInfoEntity", "required": [ "cloudId", "commitHash" ], "type": "object", "nullable": true, "properties": { "cloudId": { "type": "string", "example": "500123" }, "commitHash": { "type": "string", "example": "example_value" }, "baseUrl": { "type": "string", "example": "https://www.example.com" }, "edition": { "type": "string", "example": "example_value" }, "siteTitle": { "type": "string", "example": "example_value" }, "defaultLocale": { "type": "string", "example": "example_value" }, "defaultTimeZone": { "type": "string", "example": "example_value" }, "microsPerimeter": { "type": "string", "example": "example_value" } } }