RataSummaryRecordDTO

RataSummaryRecordDTO schema from QA Certification Management OpenAPI Specification

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
operatingLevelCode string operatingLevelCode. ADD TO PROPERTY METADATA
averageGrossUnitLoad number Average gross unit load (MWe or steam) or average velocity at operating level.
referenceMethodCode string referenceMethodCode. ADD TO PROPERTY METADATA
meanCEMValue number meanCEMValue. ADD TO PROPERTY METADATA
meanRATAReferenceValue number meanRATAReferenceValue. ADD TO PROPERTY METADATA
meanDifference number meanDifference. ADD TO PROPERTY METADATA
standardDeviationDifference number standardDeviationDifference. ADD TO PROPERTY METADATA
confidenceCoefficient number confidenceCoefficient. ADD TO PROPERTY METADATA
tValue number tValue. ADD TO PROPERTY METADATA
apsIndicator number Used to indicate if the alternative performance specification (APS) is used.
apsCode string Code used to identify the Alternate Performance Spec.
relativeAccuracy number relativeAccuracy. ADD TO PROPERTY METADATA
biasAdjustmentFactor number biasAdjustmentFactor. ADD TO PROPERTY METADATA
co2OrO2ReferenceMethodCode string co2OrO2ReferenceMethodCode. ADD TO PROPERTY METADATA
stackDiameter number stackDiameter. ADD TO PROPERTY METADATA
stackArea number stackArea. ADD TO PROPERTY METADATA
numberOfTraversePoints number numberOfTraversePoints. ADD TO PROPERTY METADATA
calculatedWAF number calculatedWAF. ADD TO PROPERTY METADATA
defaultWAF number defaultWAF. ADD TO PROPERTY METADATA
id string
rataId string
calculatedAverageGrossUnitLoad number
calculatedMeanCEMValue number
calculatedMeanRATAReferenceValue number
calculatedMeanDifference number
calculatedStandardDeviationDifference number
calculatedConfidenceCoefficient number
calculatedTValue number
calculatedApsIndicator number
calculatedRelativeAccuracy number
calculatedBiasAdjustmentFactor number
calculatedStackArea number
calculatedCalculatedWAF number
userId string
addDate string
updateDate string
View JSON Schema on GitHub

JSON Schema

cam-qa-cert-rata-summary-record-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cam-qa-cert-rata-summary-record-dto-schema.json",
  "title": "RataSummaryRecordDTO",
  "description": "RataSummaryRecordDTO schema from QA Certification Management OpenAPI Specification",
  "type": "object",
  "properties": {
    "operatingLevelCode": {
      "type": "string",
      "description": "operatingLevelCode. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "averageGrossUnitLoad": {
      "type": "number",
      "description": "Average gross unit load (MWe or steam) or average velocity at operating level.",
      "example": 71
    },
    "referenceMethodCode": {
      "type": "string",
      "description": "referenceMethodCode. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "meanCEMValue": {
      "type": "number",
      "description": "meanCEMValue. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "meanRATAReferenceValue": {
      "type": "number",
      "minimum": 1,
      "description": "meanRATAReferenceValue. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "meanDifference": {
      "type": "number",
      "description": "meanDifference. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "standardDeviationDifference": {
      "type": "number",
      "description": "standardDeviationDifference. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "confidenceCoefficient": {
      "type": "number",
      "description": "confidenceCoefficient. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "tValue": {
      "type": "number",
      "description": "tValue. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "apsIndicator": {
      "type": "number",
      "description": "Used to indicate if the alternative performance specification (APS) is used.",
      "example": 0
    },
    "apsCode": {
      "type": "string",
      "description": "Code used to identify the Alternate Performance Spec.",
      "example": "PS15"
    },
    "relativeAccuracy": {
      "type": "number",
      "description": "relativeAccuracy. ADD TO PROPERTY METADATA",
      "example": 35.5
    },
    "biasAdjustmentFactor": {
      "type": "number",
      "description": "biasAdjustmentFactor. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "co2OrO2ReferenceMethodCode": {
      "type": "string",
      "description": "co2OrO2ReferenceMethodCode. ADD TO PROPERTY METADATA",
      "example": "string"
    },
    "stackDiameter": {
      "type": "number",
      "description": "stackDiameter. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "stackArea": {
      "type": "number",
      "description": "stackArea. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "numberOfTraversePoints": {
      "type": "number",
      "description": "numberOfTraversePoints. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "calculatedWAF": {
      "type": "number",
      "description": "calculatedWAF. ADD TO PROPERTY METADATA",
      "example": 35.5
    },
    "defaultWAF": {
      "type": "number",
      "description": "defaultWAF. ADD TO PROPERTY METADATA",
      "example": 0.0
    },
    "id": {
      "type": "string",
      "example": "12345"
    },
    "rataId": {
      "type": "string",
      "example": "12345"
    },
    "calculatedAverageGrossUnitLoad": {
      "type": "number",
      "example": 35.5
    },
    "calculatedMeanCEMValue": {
      "type": "number",
      "example": 35.5
    },
    "calculatedMeanRATAReferenceValue": {
      "type": "number",
      "example": 35.5
    },
    "calculatedMeanDifference": {
      "type": "number",
      "example": 35.5
    },
    "calculatedStandardDeviationDifference": {
      "type": "number",
      "example": 35.5
    },
    "calculatedConfidenceCoefficient": {
      "type": "number",
      "example": 35.5
    },
    "calculatedTValue": {
      "type": "number",
      "example": 35.5
    },
    "calculatedApsIndicator": {
      "type": "number",
      "example": 35.5
    },
    "calculatedRelativeAccuracy": {
      "type": "number",
      "example": 35.5
    },
    "calculatedBiasAdjustmentFactor": {
      "type": "number",
      "example": 35.5
    },
    "calculatedStackArea": {
      "type": "number",
      "example": 35.5
    },
    "calculatedCalculatedWAF": {
      "type": "number",
      "example": 35.5
    },
    "userId": {
      "type": "string",
      "example": "12345"
    },
    "addDate": {
      "type": "string",
      "example": "string"
    },
    "updateDate": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "operatingLevelCode",
    "id",
    "rataId",
    "calculatedAverageGrossUnitLoad",
    "calculatedMeanCEMValue",
    "calculatedMeanRATAReferenceValue",
    "calculatedMeanDifference",
    "calculatedStandardDeviationDifference",
    "calculatedConfidenceCoefficient",
    "calculatedTValue",
    "calculatedApsIndicator",
    "calculatedRelativeAccuracy",
    "calculatedBiasAdjustmentFactor",
    "calculatedStackArea",
    "calculatedCalculatedWAF",
    "userId",
    "addDate",
    "updateDate"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cam-qa-cert-rata-summary-record-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.