Upwork · JSON Structure

Graphql Budget Structure

Budget for a job posting

Type: object Properties: 2
FreelancingJobsTalentMarketplaceContractsHiring

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

Properties

amount currency

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/upwork/refs/heads/main/json-structure/graphql-budget-structure.json",
  "name": "Budget",
  "description": "Budget for a job posting",
  "type": "object",
  "properties": {
    "amount": {
      "type": "double",
      "description": "Budget amount",
      "example": 5000.0
    },
    "currency": {
      "type": "string",
      "description": "Budget currency",
      "example": "USD"
    }
  }
}