{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SymbolRelationshipDto", "type": "object", "properties": { "id": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "comment": { "type": "string" } } }