INPUT_OBJECT
ObservationMappingRuleInput
Input to update, insert, or delete existing ObservationMappingRule
link GraphQL Schema definition
- input ObservationMappingRuleInput {
- # Status of the Rule
- Boolean :
- # Alert template
- String :
- # Description of the Rule
- String :
- # opaque unique id of a rule
- ID :
- # Name of the rule
- String :
- # Spec schema version
- ObservationMappingRuleSchemaVersion :
- # Data source
- String :
- # Observation mapping spec in json string format
- String :
- }