.cdm-java.6.0.0-dev.82.source-code.cdm-event-common-Instruction.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.event.common",
"type": "object",
"title": "Instruction",
"description": "Instruction to a function that will be used to perform a business event",
"properties": {
"primitiveInstruction": {
"description": "Specifies the primitive instructions that will be used to call primitive event functions.",
"$ref": "cdm-event-common-PrimitiveInstruction.schema.json"
},
"before": {
"description": "Specifies the trade state that will be acted on by the primitive event functions.",
"$ref": "cdm-event-common-metafields-ReferenceWithMetaTradeState.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy