LinkedIn · Schema

Budget

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
amount string Budget amount
currencyCode string Currency code
View JSON Schema on GitHub

JSON Schema

linkedin-budget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Budget",
  "title": "Budget",
  "type": "object",
  "properties": {
    "amount": {
      "type": "string",
      "description": "Budget amount",
      "example": "1000"
    },
    "currencyCode": {
      "type": "string",
      "description": "Currency code",
      "example": "USD"
    }
  }
}