OBJECT

ObservableProperty

Types of things that can be observed or measured as part of Observation.

link GraphQL Schema definition

  • type ObservableProperty {
  • hasChoices: [ObservablePhenomenon!]
  • id: ID!
  • # A name for something that can be observed (eg, temperature, weight,
  • # contamination...)
  • label: String!
  • # A textual description or comment.
  • note: String
  • }