{ "type": "object", "name": "UserPreferences", "properties": { "columnWidths": { "type": "object", "properties": { "Site": { "type": "integer" }, "Type": { "type": "integer" }, "BillingCountry": { "type": "integer" }, "Owner.Alias": { "type": "integer" }, "Phone": { "type": "integer" }, "Name": { "type": "integer" } }, "required": [ "Site", "Type", "BillingCountry", "Owner.Alias", "Phone", "Name" ] }, "columnWrap": { "type": "object", "properties": { "Site": { "type": "boolean" }, "Type": { "type": "boolean" }, "BillingCountry": { "type": "boolean" }, "Owner.Alias": { "type": "boolean" }, "Phone": { "type": "boolean" }, "Name": { "type": "boolean" } }, "required": [ "Site", "Type", "BillingCountry", "Owner.Alias", "Phone", "Name" ] } }, "required": [ "columnWidths", "columnWrap" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }