mdJson-schemas
mdJson-schemas copied to clipboard
New Class - InstrumentationEvent
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 It looks like description is supposed to be a string not an object, just want to confirm that's correct
@jwaspin Yes, it is a string.
https://github.com/adiwg/mdJson-schemas/issues/250 #254