{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/zendit/refs/heads/main/json-structure/zendit-api-price-structure.json", "name": "Price", "description": "Monetary amount with currency.", "type": "object", "properties": { "amount": { "type": "double", "example": 10.0 }, "currency": { "type": "string", "example": "USD" } } }