Cam Camd Services Bulk File Dto Structure

BulkFileDTO schema from CAMD Administrative & General Services OpenAPI Specification

Type: object Properties: 8 Required: 8
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

BulkFileDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 8 properties, of which 8 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

filename s3Path bytes kiloBytes megaBytes gigaBytes lastUpdated metadata

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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