Bls Series Results Structure

Container for series data results.

Type: object Properties: 1
Federal GovernmentLaborStatisticsEmploymentEconomic Data

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

Properties

series

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-results-structure.json",
  "description": "Container for series data results.",
  "type": "object",
  "properties": {
    "series": {
      "type": "array",
      "description": "Array of series data objects.",
      "items": {
        "$ref": "#/components/schemas/SeriesData"
      }
    }
  },
  "name": "SeriesResults"
}