Bls Period Calculations Structure

Calculations for a specific data point.

Type: object Properties: 2
Federal GovernmentLaborStatisticsEmploymentEconomic Data

PeriodCalculations 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

net_changes pct_changes

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-period-calculations-structure.json",
  "description": "Calculations for a specific data point.",
  "type": "object",
  "properties": {
    "net_changes": {
      "type": "object",
      "description": "Net change from prior periods.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "pct_changes": {
      "type": "object",
      "description": "Percent change from prior periods.",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "name": "PeriodCalculations"
}