.cdm-java.6.0.0-dev.72.source-code.cdm-product-common-schedule-AveragingObservationList.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.common.schedule",
"type": "object",
"title": "AveragingObservationList",
"description": "An unordered list of weighted averaging observations.",
"properties": {
"averagingObservation": {
"description": "A single weighted averaging observation.",
"type": "array",
"items": {
"$ref": "cdm-product-common-schedule-WeightedAveragingObservation.schema.json"
},
"minItems": 1
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy