Bls Series Catalog Structure

Catalog metadata describing a BLS series.

Type: object Properties: 8
Federal GovernmentLaborStatisticsEmploymentEconomic Data

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

Properties

series_id seasonality series_title measure_data_type commerce_industry occupation survey_name survey_abbreviation

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-series-catalog-structure.json",
  "description": "Catalog metadata describing a BLS series.",
  "type": "object",
  "properties": {
    "series_id": {
      "type": "string",
      "description": "BLS series identifier.",
      "example": "LNS14000000"
    },
    "seasonality": {
      "type": "string",
      "description": "Seasonality adjustment type (Seasonally Adjusted, Not Seasonally Adjusted).",
      "example": "Seasonally Adjusted"
    },
    "series_title": {
      "type": "string",
      "description": "Descriptive title for the series.",
      "example": "(Seas) Unemployment Rate"
    },
    "measure_data_type": {
      "type": "string",
      "description": "Type of measure reported.",
      "example": "Unemployment rate"
    },
    "commerce_industry": {
      "type": "string",
      "description": "Industry classification if applicable.",
      "example": ""
    },
    "occupation": {
      "type": "string",
      "description": "Occupation classification if applicable.",
      "example": ""
    },
    "survey_name": {
      "type": "string",
      "description": "Full name of the BLS survey providing this series.",
      "example": "Labor Force Statistics from the Current Population Survey"
    },
    "survey_abbreviation": {
      "type": "string",
      "description": "Abbreviation code for the BLS survey.",
      "example": "LN"
    }
  },
  "name": "SeriesCatalog"
}