mdJson-schemas icon indicating copy to clipboard operation
mdJson-schemas copied to clipboard

New Class - InstrumentationEvent

Open dwalt opened this issue 2 years ago • 3 comments

Class Definition: instrumentationEvent "an event related to a platform, instrument, sensor"

Rules:

  • [ ] Optional

Element Definitions:

  • citation: [ citation ] "citation to the instrumentationEvent"
  • description: { character } "description of the instrumentationEvent"
  • extent: [ extent ] "extent of the instrumentationEvent"
  • type: { eventType } "type of the instrumentationEvent"
  • revisionHistory: [ revision ] "history of revisions to the instrumentationEvent"

Rules:

  • [ ] description: required
  • [ ] type: required

mdJSON

"instrumentationEventList": [
  {
      "instrumentationEvent": 
          {
              "citation": [ ],
              "description": { },
              "extent": [ ],
               "eventType": { },
               "revisionHistory": [ ]
            }
   }
]

dwalt avatar Jun 23 '22 00:06 dwalt

@dwalt It looks like description is supposed to be a string not an object, just want to confirm that's correct

jwaspin avatar Apr 04 '24 15:04 jwaspin

@jwaspin Yes, it is a string.

dwalt avatar Apr 05 '24 01:04 dwalt

https://github.com/adiwg/mdJson-schemas/issues/250 #254

jwaspin avatar Apr 08 '24 17:04 jwaspin