examples/timePeriod.json in adiwg-mdjson_schemas-2.4.9 vs examples/timePeriod.json in adiwg-mdjson_schemas-2.5.0
- old
+ new
@@ -21,6 +21,25 @@
"days": 1,
"hours": 1,
"minutes": 1,
"seconds": 1
}
+ }, {
+ "id": "id",
+ "description": "description",
+ "identifier": {
+ "identifier": "identifier",
+ "namespace": "namespace"
+ },
+ "periodName": [
+ "periodName0",
+ "periodName1"
+ ],
+ "startGeologicAge": {
+ "ageTimeScale": "ageTimeScale",
+ "ageEstimate": "ageEstimate"
+ },
+ "endGeologicAge": {
+ "ageTimeScale": "ageTimeScale",
+ "ageEstimate": "ageEstimate"
+ }
}]