isamplesorg / metadata

Collation of metadata examples and notes for the project
https://isamplesorg.github.io/metadata/
8 stars 2 forks source link

array values in output not consistent with JSON schema #85

Open smrgeoinfo opened 2 years ago

smrgeoinfo commented 2 years ago
"curation": {
....
    "responsibility": "curator:personal"
  },

JSON schema 0.3 types this as array, but values are strings, so won't validate. If all the existing values are individual strings, easiest solution is probably to change the schema.