schema/funding.json in adiwg-mdjson_schemas-2.4.5 vs schema/funding.json in adiwg-mdjson_schemas-2.4.7
- old
+ new
@@ -57,9 +57,16 @@
},
"recipientId": {
"type": "string",
"description": "The contactId of the entity receiving the allocation."
},
+ "responsibleParty": {
+ "type": "array",
+ "description": "Individuals and/or organizations other than source and recipient that serve as contact points or other roles related to the allocation",
+ "items": {
+ "$ref": "responsibility.json#"
+ }
+ },
"matching": {
"type": "boolean",
"description": "Indicates whether the funds are to be considered matching funds.",
"default": false
},