{ "type": "object", "name": "AssociatedContact", "properties": { "contactId": { "type": "string" }, "email": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" } }, "required": [ "contactId", "email", "firstName", "lastName" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }