QACertificationEventDTO is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 28 properties, of which 17 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cam-qa-cert-qacertification-event-dto-structure.json",
"name": "QACertificationEventDTO",
"description": "QACertificationEventDTO schema from QA Certification Management OpenAPI Specification",
"type": "object",
"properties": {
"stackPipeId": {
"type": "string",
"description": "Stack Pipe Identifier. ADD TO PROPERTY METADATA",
"example": "12345"
},
"unitId": {
"type": "string",
"description": "Unique identifier for each unit at a facility.",
"example": "12345"
},
"monitoringSystemId": {
"type": "string",
"description": "Unique identifier of a monitoring system record.",
"example": "12345"
},
"componentId": {
"type": "string",
"description": "The three digit code assigned by the source to identify the component.",
"example": "12345"
},
"id": {
"type": "string",
"example": "12345"
},
"locationId": {
"type": "string",
"example": "12345"
},
"lastUpdated": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"updatedStatusFlag": {
"type": "string",
"example": "active"
},
"needsEvalFlag": {
"type": "string",
"example": "string"
},
"checkSessionId": {
"type": "string",
"example": "12345"
},
"submissionId": {
"type": "double",
"example": 0.0
},
"submissionAvailabilityCode": {
"type": "string",
"example": "string"
},
"pendingStatusCode": {
"type": "string",
"example": "active"
},
"evalStatusCode": {
"type": "string",
"example": "active"
},
"userId": {
"type": "string",
"example": "12345"
},
"addDate": {
"type": "string",
"example": "string"
},
"updateDate": {
"type": "string",
"example": "string"
},
"isSubmitted": {
"type": "boolean",
"example": true
},
"isSavedNotSubmitted": {
"type": "boolean",
"example": true
},
"certificationEventCode": {
"type": "string",
"example": "string"
},
"certificationEventDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"certificationEventHour": {
"type": "double",
"example": 0.0
},
"requiredTestCode": {
"type": "string",
"example": "string"
},
"conditionalBeginDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"conditionalBeginHour": {
"type": "double",
"example": 0.0
},
"completionTestDate": {
"type": "datetime",
"example": "2024-01-15T12:00:00Z"
},
"completionTestHour": {
"type": "double",
"example": 0.0
},
"version": {
"type": "string",
"example": "string"
}
},
"required": [
"stackPipeId",
"unitId",
"id",
"locationId",
"lastUpdated",
"updatedStatusFlag",
"needsEvalFlag",
"checkSessionId",
"submissionId",
"submissionAvailabilityCode",
"pendingStatusCode",
"evalStatusCode",
"userId",
"addDate",
"updateDate",
"certificationEventCode",
"certificationEventDate"
]
}