FastDOL · Schema

Body_upload_csv_v1_employers_upload_csv_post

Body_upload_csv_v1_employers_upload_csv_post schema from FastDOL API

OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

Properties

Name Type Description
file string CSV file with employer names and optional location fields
View JSON Schema on GitHub

JSON Schema

fastdol-body-upload-csv-v1-employers-upload-csv-post-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fastdol/refs/heads/main/json-schema/fastdol-body-upload-csv-v1-employers-upload-csv-post-schema.json",
  "title": "Body_upload_csv_v1_employers_upload_csv_post",
  "description": "Body_upload_csv_v1_employers_upload_csv_post schema from FastDOL API",
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "format": "binary",
      "title": "File",
      "description": "CSV file with employer names and optional location fields",
      "example": "string"
    }
  },
  "required": [
    "file"
  ]
}