{ "type": "object", "name": "ColumnWidths", "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" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }