{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RelationshipCategorySaveDto", "type": "object", "properties": { "categoryName": { "type": "string" }, "isContactToContact": { "type": "boolean" }, "isContactToSymbol": { "type": "boolean" } } }