{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-campaigns-budget-schema.json", "title": "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" } } }