{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-camd-services-bulk-file-dto-structure.json", "name": "BulkFileDTO", "description": "BulkFileDTO schema from CAMD Administrative & General Services OpenAPI Specification", "type": "object", "properties": { "filename": { "type": "string", "example": "EPA Facility" }, "s3Path": { "type": "string", "example": "string" }, "bytes": { "type": "double", "example": 0.0 }, "kiloBytes": { "type": "double", "example": 0.0 }, "megaBytes": { "type": "double", "example": 0.0 }, "gigaBytes": { "type": "double", "example": 0.0 }, "lastUpdated": { "type": "datetime", "example": "2024-01-15T12:00:00Z" }, "metadata": { "type": "object", "example": {} } }, "required": [ "filename", "s3Path", "bytes", "kiloBytes", "megaBytes", "gigaBytes", "lastUpdated", "metadata" ] }