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