{ "type": "object", "name": "Record4", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "referenceId": { "type": "string" } }, "required": [ "type", "referenceId" ] }, "name": { "type": "string" }, "phone": { "type": "string" }, "website": { "type": "string" }, "numberOfEmployees": { "type": "string" }, "industry": { "type": "string" } }, "required": [ "attributes", "name", "phone", "website", "numberOfEmployees", "industry" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }