{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ClientSalesRepresentativeDto", "type": "object", "properties": { "fullname": { "type": "string" }, "emailAddress": { "type": "string" } } }