INPUT_OBJECT

ObservationMappingRuleInput

Input to update, insert, or delete existing ObservationMappingRule

link GraphQL Schema definition

  • input ObservationMappingRuleInput {
  • # Status of the Rule
  • active: Boolean
  • # Alert template
  • alertTemplate: String
  • # Description of the Rule
  • description: String
  • # opaque unique id of a rule
  • id: ID
  • # Name of the rule
  • name: String
  • # Spec schema version
  • schemaVersion: ObservationMappingRuleSchemaVersion
  • # Data source
  • source: String
  • # Observation mapping spec in json string format
  • specJsonString: String
  • }