{ "type": "object", "name": "Data15", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "locationMatch": { "type": "object", "properties": { "companyId": { "type": "integer" }, "address": { "type": "object", "properties": { "street": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "country": { "type": "string" }, "zipCode": { "type": "string" } }, "required": [ "street", "city", "state", "country", "zipCode" ] }, "addressStatus": { "type": "string" } }, "required": [ "companyId", "address", "addressStatus" ] }, "website": { "type": "string" }, "state": { "type": "string" }, "city": { "type": "string" } }, "required": [ "id", "name", "locationMatch", "website", "state", "city" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }