Bls Footnote Structure

A footnote code and text applicable to a data point.

Type: object Properties: 2
Federal GovernmentLaborStatisticsEmploymentEconomic Data

Footnote is a JSON Structure definition published by U.S. Bureau of Labor Statistics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code text

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-bureau-of-labor-statistics/refs/heads/main/json-structure/bls-footnote-structure.json",
  "description": "A footnote code and text applicable to a data point.",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Footnote code letter.",
      "example": "P"
    },
    "text": {
      "type": "string",
      "description": "Footnote explanation text.",
      "example": "Preliminary"
    }
  },
  "name": "Footnote"
}