{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RelationshipDto", "type": "object", "properties": { "id": { "type": "string" }, "relationshipCategoryId": { "type": "string" }, "relationshipCode": { "type": "string" }, "bidirectionalName": { "type": "string" }, "leftToRightName": { "type": "string" }, "rightToLeftName": { "type": "string" }, "hideDates": { "type": "boolean" }, "hideComment": { "type": "boolean" }, "hideCompany": { "type": "boolean" }, "isCustomisable": { "type": "boolean" } } }