{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateCustomSymbolDto", "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "typeId": { "type": "string" }, "subTypeId": { "type": "string" }, "googleMapsPlaceId": { "type": "string" }, "formattedAddress": { "type": "string" }, "city": { "type": "string" }, "stateProvince": { "type": "string" }, "postalCode": { "type": "string" }, "country": { "type": "string" }, "customFieldValues": { "type": "array" } } }