{ "$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" } } }