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 - RequestedDate #221

Open stansmith907 opened 5 years ago

stansmith907 commented 5 years ago

Class Definition: requestedDate "range of date validity"

Rules:


Element Definitions:

Rules:


mdJson:

{
   "acquisition": [
      {
         "requirement": [
            {
               "requestedDate": {
                  "requestedDateOfCollection": "2019-06-10T16:01:00",
                  "latestAcceptableDate": "2019-06-13:T16:02:00"
               }
            }
         ]
      }
   ]
}
jwaspin commented 3 months ago

222