{ "type": "object", "name": "Company24", "properties": { "city": { "type": "string" }, "country": { "type": "string" }, "employeeCount": { "type": "integer" }, "id": { "type": "integer" }, "industries": { "type": "array", "description": "", "items": { "type": "string" } }, "name": { "type": "string" }, "revenue": { "type": "integer" }, "state": { "type": "string" }, "street": { "type": "string" }, "ticker": { "type": "string" }, "website": { "type": "string" }, "zipCode": { "type": "string" } }, "required": [ "city", "country", "employeeCount", "id", "industries", "name", "revenue", "state", "street", "ticker", "website", "zipCode" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }