Bls Survey Structure

Metadata for a BLS survey program.

Type: object Properties: 4
Federal GovernmentLaborStatisticsEmploymentEconomic Data

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

Properties

survey_name survey_abbreviation survey_title survey_description

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-survey-structure.json",
  "description": "Metadata for a BLS survey program.",
  "type": "object",
  "properties": {
    "survey_name": {
      "type": "string",
      "description": "Full name of the BLS survey.",
      "example": "Current Employment Statistics"
    },
    "survey_abbreviation": {
      "type": "string",
      "description": "Two-letter abbreviation for the survey.",
      "example": "CE"
    },
    "survey_title": {
      "type": "string",
      "description": "Extended title of the survey.",
      "example": "Current Employment Statistics (National)"
    },
    "survey_description": {
      "type": "string",
      "description": "Description of the survey's scope and methodology.",
      "example": "Monthly survey of approximately 144,000 businesses and government agencies."
    }
  },
  "name": "Survey"
}