.cdm-java.6.0.0-dev.63.source-code.cdm-base-math-AveragingCalculationMethod.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.math",
"type": "object",
"title": "AveragingCalculationMethod",
"description": "Defines the ways in which multiple values can be aggregated into a single value.",
"properties": {
"isWeighted": {
"description": "Identifies whether the average values will be weighted or unweighted.",
"type": "boolean"
},
"calculationMethod": {
"description": "Identifies which of the Pythagorean means is being used to compute an average value.",
"$ref": "cdm-base-math-AveragingCalculationMethodEnum.schema.json"
}
},
"required": [
"isWeighted",
"calculationMethod"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy