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 - Revision #252

Open dwalt opened 2 years ago

dwalt commented 2 years ago

Class Definition: revision "history of the revision of an event"

Rules:


Element Definitions:

Rules:


mdJSON:


{
   "acquisition": [
      {
         "instrumentationEventList": [
            {
               "instrumentationEvent":  [
                  {
                     "revision":
                        {
                           "description": { },
                           "responsibleParty": [ ],
                           "dateInfo": [ ]
                        }
                  }
               ]
            }
         ]
       }
   ]
}
jwaspin commented 5 months ago

254

251