{ "type": "object", "name": "Record6", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "id": { "type": "string" }, "NumberOfEmployees": { "type": "integer" } }, "required": [ "attributes", "id", "NumberOfEmployees" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }