{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-delivery-cost-structure.json", "name": "DeliveryCost", "description": "Delivery cost details.", "type": "object", "properties": { "baseCost": { "type": "double", "description": "Base delivery cost value.", "example": 4.99 }, "extraCost": { "type": "double", "description": "Extra delivery cost value.", "example": 0.99 } } }