FastDOL · JSON Structure

Fastdol Batch Lookup Item Structure

BatchLookupItem structure from FastDOL API

Type: object Properties: 6
OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

BatchLookupItem is a JSON Structure definition published by FastDOL, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

name ein employer_id state zip city

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-batch-lookup-item-structure.json",
  "name": "BatchLookupItem",
  "type": "object",
  "description": "BatchLookupItem structure from FastDOL API",
  "properties": {
    "name": {
      "type": "string"
    },
    "ein": {
      "type": "string"
    },
    "employer_id": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "zip": {
      "type": "string"
    },
    "city": {
      "type": "string"
    }
  }
}