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