.cdm-java.6.0.0-dev.82.source-code.cdm-event-common-MarginCallInstructionType.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.event.common",
"type": "object",
"title": "MarginCallInstructionType",
"description": "Represents enumeration values to specify the call notification type, direction, specific action type.",
"properties": {
"callType": {
"description": "Indicates the status of the call message type, such as expected call, notification of a call or an actionable margin call.",
"$ref": "cdm-event-common-CallTypeEnum.schema.json"
},
"visibilityIndicator": {
"description": "Indicates the choice if the call instruction is visible or not to the other party.",
"type": "boolean"
}
},
"required": [
"callType"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy