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

New element - mdDictionary #323

Open hmaier-fws opened 5 months ago

hmaier-fws commented 5 months ago

Current mdJSON files contain a mdDictionary element. This element contains an array of dictionaryId values that are used to associate data dictionaries with a metadata record. The schema should be updated to reflect the presence of this element in the current mdJSON structure.

Element Name: mdDictionary Description: Array of dictionaryId values used to associate data dictionaries with a metadata record. Type: string


Rules:


mdJson:

{
  "mdDictionary" : [
    "data dictionary identifier"
  ]
}