datatagsuite / schema

DATS JSON schemas
https://datatagsuite.github.io/docs/html/dats.html
Other
11 stars 8 forks source link

access_schema.json does not declare "@id" property #1

Closed jonathancrabtree closed 6 years ago

jonathancrabtree commented 6 years ago

access_schema.json is the only one of the 34 DATS JSON schemas that doesn't declare an "@id" property. Should it do so?

$ git clone https://github.com/datatagsuite/schema.git
Cloning into 'schema'...
$ cd schema
$ egrep '@id' -L *.json
access_schema.json
$ egrep '@id' -l *.json | wc
      33      33     817
agbeltran commented 6 years ago

Thanks @jonathancrabtree - now fixed.