{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactRelationshipSaveDto", "type": "object", "properties": { "relationshipId": { "type": "string" }, "contactId": { "type": "string" }, "start": { "type": "string" }, "end": { "type": "string" }, "comment": { "type": "string" }, "isCurrent": { "type": "boolean" }, "symbol": { "type": "string" }, "title": { "type": "string" } } }