{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-campaigns-budget-structure.json", "name": "Budget", "description": "Budget from LinkedIn API", "type": "object", "properties": { "amount": { "type": "string", "description": "Budget amount", "example": "1000" }, "currencyCode": { "type": "string", "description": "Currency code", "example": "USD" } } }