{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FreightPriceResponse", "title": "FreightPriceResponse", "type": "object", "properties": { "description": { "type": "string" }, "firstPostalCodeInterval": { "type": "string" }, "secondPostalCodeInterval": { "type": "string" }, "price": { "type": "number" }, "created": { "type": "string", "format": "date-time" } } }