{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CarrierService", "title": "CarrierService", "type": "object", "properties": { "carrierId": { "type": "integer" }, "carrierCode": { "type": "string" }, "code": { "type": "string" }, "name": { "type": "string" }, "domestic": { "type": "boolean" }, "international": { "type": "boolean" } } }