U.S. Treasury Fiscal Data · JSON Structure

Treasury Generic Fiscal Response Structure

Generic Treasury Fiscal Data API response for datasets not covered by specific schemas.

Type: object Properties: 3
Federal GovernmentFinanceTreasuryNational DebtExchange RatesEconomics

GenericFiscalResponse is a JSON Structure definition published by U.S. Treasury Fiscal Data, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data meta links

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/u-s-treasury-fiscal-data/refs/heads/main/json-structure/treasury-generic-fiscal-response-structure.json",
  "name": "GenericFiscalResponse",
  "description": "Generic Treasury Fiscal Data API response for datasets not covered by specific schemas.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of data records. Fields vary by dataset.",
      "items": {
        "type": "object"
      }
    },
    "meta": {
      "type": "string"
    },
    "links": {
      "type": "string"
    }
  }
}