{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactCustomFieldOptionValueDto", "type": "object", "properties": { "optionId": { "type": "string" }, "optionName": { "type": "string" } } }