{ "type": "object", "name": "Record3", "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" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }