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

allocation rule change #200

Closed stansmith907 closed 6 years ago

stansmith907 commented 6 years ago

Add responsibleParty to funding allocation.

Rules:

mdJson:

{
   "allocation": [
      {
         "sourceAllocationId": "",
         "amount": 9.9,
         "currency": "",
         "sourceId": "",
         "recipientId": "",
         "responsibleParty": [
            {
               "role": "",
               "roleExtent": [],
               "party": [
                  {
                     "contactId": ""
                  }
               ]
            }
         ],
         "matching": false,
         "onlineResource": [],
         "comment": ""
      }
   ]
}

Note: Allocation responsible parties will be carries in mdJson only at this time.

No ISO 19115-2 mapping: No ISO 19110 mapping No FGDC mapping: No sbJson mapping: