schema/schema/contact.json in adiwg-mdjson_schemas-1.1.2 vs schema/schema/contact.json in adiwg-mdjson_schemas-1.1.3

- old
+ new

@@ -138,10 +138,15 @@ "translation": { "ISO 19115-2": ["CI_ResponsibleParty > positionName"], "FGDC CSDGM": ["cntinfo > cntpos"] } }, + "primaryRole": { + "type": "string", + "description": "The main role of the contact in relation to the resource.", + "example": "../../examples/full_example.json#/contact/1" + }, "address": { "$ref": "#/definitions/address" }, "onlineResource": { "type": "array", @@ -252,6 +257,6 @@ } } } } } -} \ No newline at end of file +}