{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SymbolsRelationshipDto", "type": "object", "properties": { "id": { "type": "string" }, "relationshipCode": { "type": "string" }, "parentToChildName": { "type": "string" }, "childToParentName": { "type": "string" }, "peerName": { "type": "string" }, "hideDates": { "type": "boolean" }, "hideComment": { "type": "boolean" } } }