FastDOL · JSON Structure

Fastdol Body Upload Csv V1 Employers Upload Csv Post Structure

Body_upload_csv_v1_employers_upload_csv_post structure from FastDOL API

Type: object Properties: 1 Required: 1
OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

Body_upload_csv_v1_employers_upload_csv_post is a JSON Structure definition published by FastDOL, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

file

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fastdol/refs/heads/main/json-structure/fastdol-body-upload-csv-v1-employers-upload-csv-post-structure.json",
  "name": "Body_upload_csv_v1_employers_upload_csv_post",
  "type": "object",
  "description": "Body_upload_csv_v1_employers_upload_csv_post structure from FastDOL API",
  "properties": {
    "file": {
      "type": "string",
      "description": "CSV file with employer names and optional location fields"
    }
  },
  "required": [
    "file"
  ]
}