Cam Master Data Reporting Period Dto Structure

ReportingPeriodDTO schema from Master Data Management OpenAPI Specification

Type: object Properties: 8 Required: 8
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

ReportingPeriodDTO 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

id calendarYear quarter beginDate endDate periodDescription periodAbbreviation archiveInd

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-master-data-reporting-period-dto-structure.json",
  "name": "ReportingPeriodDTO",
  "description": "ReportingPeriodDTO schema from Master Data Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "id": {
      "type": "double",
      "example": 0.0
    },
    "calendarYear": {
      "type": "double",
      "example": 2024
    },
    "quarter": {
      "type": "double",
      "example": 0.0
    },
    "beginDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "endDate": {
      "type": "datetime",
      "example": "2024-01-15T12:00:00Z"
    },
    "periodDescription": {
      "type": "string",
      "example": "string"
    },
    "periodAbbreviation": {
      "type": "string",
      "example": "string"
    },
    "archiveInd": {
      "type": "double",
      "example": 0.0
    }
  },
  "required": [
    "id",
    "calendarYear",
    "quarter",
    "beginDate",
    "endDate",
    "periodDescription",
    "periodAbbreviation",
    "archiveInd"
  ]
}