LinkedIn · JSON Structure

Linkedin Marketing Campaigns Budget Structure

Budget from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Budget is a JSON Structure definition published by LinkedIn, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount currencyCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}