FastDOL · JSON Structure

Fastdol Batch Lookup Request Structure

BatchLookupRequest structure from FastDOL API

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

BatchLookupRequest 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

lookups

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-request-structure.json",
  "name": "BatchLookupRequest",
  "type": "object",
  "description": "BatchLookupRequest structure from FastDOL API",
  "properties": {
    "lookups": {
      "type": "array"
    }
  },
  "required": [
    "lookups"
  ]
}