{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateContactViewDTO", "type": "object", "properties": { "name": { "type": "string" }, "targetAudience": { "type": "string" }, "conditions": {} }, "required": [ "name", "targetAudience", "conditions" ] }