adiwg / mdJson-schemas

JSON schemas, examples, and templates for ADIwg metadata standards
http://www.adiwg.org/projects/
GNU Lesser General Public License v3.0
18 stars 15 forks source link

New Class - InstrumentationEvent #251

Open dwalt opened 2 years ago

dwalt commented 2 years ago

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

Rules:


Element Definitions:

Rules:


mdJSON


"instrumentationEventList": [
  {
      "instrumentationEvent": 
          {
              "citation": [ ],
              "description": { },
              "extent": [ ],
               "eventType": { },
               "revisionHistory": [ ]
            }
   }
]
jwaspin commented 3 months ago

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

dwalt commented 3 months ago

@jwaspin Yes, it is a string.

jwaspin commented 3 months ago

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

254