.cdm-java.6.0.0-dev.72.source-code.cdm-event-common-ValuationInstruction.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.event.common",
"type": "object",
"title": "ValuationInstruction",
"description": "Specifies inputs needed to process a valuation.",
"properties": {
"valuation": {
"description": "Contains all information related to a valuation.",
"type": "array",
"items": {
"$ref": "cdm-event-common-Valuation.schema.json"
},
"minItems": 1
},
"replace": {
"description": "Specifies whether the previous valuation tracks in the valuation history are removed (True) or kept (False).",
"type": "boolean"
}
},
"required": [
"replace"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy