datatagsuite / schema

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

Support empty string for Annotation.valueIRI and CategoryValuesPair.categoryIRI #7

Closed agbeltran closed 6 years ago

agbeltran commented 6 years ago

Currently, Annotation.valueIRI and CategoryValuesPair.categoryIRI have restrictions

   "type": "string",
   "format": "uri"

Following the examples, they should be extended to support empty strings.