{ "type": "object", "name": "Contacts", "properties": { "records": { "type": "array", "description": "", "items": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "referenceId": { "type": "string" } }, "required": [ "type", "referenceId" ] }, "lastname": { "type": "string" }, "Title": { "type": "string" }, "email": { "type": "string" } }, "required": [ "attributes", "lastname", "email" ] } } }, "required": [ "records" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }