Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "ttspec", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "TT Specifications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,3 +31,4 @@ { | ||
"description" : "An identifier for the kind of content of this news object. $$TT: Possible values are PUBL, DATA or INFO. Where PUBL is a news item that can be published, DATA is raw data such as tables and figures and INFO are for information purposes only (not to be published).", | ||
"type" : "string" | ||
"type" : "string", | ||
"enum" : ["PUBL", "DATA", "INFO"] | ||
}, | ||
@@ -75,3 +76,3 @@ "version" : { | ||
"type" : "string", | ||
"enum" : ["usable", "withheld", "canceled", "replaced", "commissoned"] | ||
"enum" : ["usable", "withheld", "canceled", "replaced", "commissioned"] | ||
}, | ||
@@ -78,0 +79,0 @@ "copyrightholder" : { |
23531
520