mdJson-schemas icon indicating copy to clipboard operation
mdJson-schemas copied to clipboard

Define minimum required properties

Open jlblcc opened this issue 10 years ago • 1 comments

We need to define the minimum required properties for a valid ADIwg mdJSON file.

Note: ADIwg required/recommended/optional fields are a separate issue (although I imagine ADIwg required will equate to the schema minimums).

Currently, the json-schema requires:

  • schema{ } > version{ }
  • schema{ } > contact[1]
  • schema{ } > metadata{ } > resourceInfo{ }
    • schema{ } > metadata{ } > resourceInfo{ } > citation{ }
    • schema{ } > metadata{ } > resourceInfo{ } > abstract
    • schema{ } > metadata{ } > resourceInfo{ } > status
    • schema{ } > metadata{ } > resourceInfo{ } > language[ ]
    • schema{ } > metadata{ } > resourceInfo{ } > pointOfContact[1]

jlblcc avatar Oct 10 '14 22:10 jlblcc

We should review this.

jlblcc avatar Mar 03 '17 18:03 jlblcc