{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShippingCompanyResponse", "title": "ShippingCompanyResponse", "type": "object", "properties": { "companyName": { "type": "string" }, "trade": { "type": "string" }, "cnpj": { "type": "string" }, "companyContact": { "type": "string" }, "telephoneArea": { "type": "string" }, "telephone": { "type": "string" }, "mobileArea": { "type": "string" }, "mobile": { "type": "string" }, "email": { "type": "string" } } }