examples/taxonomy.json in adiwg-mdjson_schemas-2.5.1 vs examples/taxonomy.json in adiwg-mdjson_schemas-2.6.0

- old
+ new

@@ -20,17 +20,20 @@ "authority": { "title": "title0" } }, { - "identifier": "identifier1", - "namespace": "namespace1", - "version": "version1", - "description": "description1", - "authority": { - "title": "title1" - } + "title": "title", + "identifier": [{ + "identifier": "identifier1", + "namespace": "namespace1", + "version": "version1", + "description": "description1", + "authority": { + "title": "title1" + } + }] } ], "observer": [{ "role": "role", "roleExtent": [{ @@ -91,14 +94,26 @@ "contactId": "individualId0" }] } } ], - "taxonomicClassification": { + "taxonomicClassification": [{ + "taxonomicSystemId": "taxonomicSystemId0", "commonName": [ "commonName0", "commonName1" ], "taxonomicLevel": "taxonomicLevel0", - "taxonomicName": "taxonomicName0" - } + "taxonomicName": "taxonomicName0", + "subClassification": [{ + "taxonomicSystemId": "taxonomicSystemId1", + "commonName": [ + "commonName0", + "commonName1" + ], + "taxonomicLevel": "taxonomicLevel1", + "taxonomicName": "taxonomicName1", + "latinName": "latinName", + "taxonomicRank": "taxonomicName1" + }] + }] }]