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