{ "type": "object", "properties": { "contactId": { "type": "string", "example": "500123" }, "email": { "type": "string", "example": "user@example.com" }, "firstName": { "type": "string", "example": "example_value" }, "lastName": { "type": "string", "example": "example_value" } }, "required": [ "contactId", "email", "firstName", "lastName" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AssociatedContact" }