We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221c67e commit eaf140fCopy full SHA for eaf140f
src/app.js
@@ -418,6 +418,7 @@ app.route("/cli")
418
* to programmatic clients, though we're not this fancy yet.
419
*/
420
const schemaRoutes = [
421
+ ["/schemas/augur/annotations", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-annotations.json"],
422
["/schemas/augur/frequencies", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-frequencies.json"],
423
["/schemas/auspice/config/v2", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-auspice-config-v2.json"],
424
["/schemas/dataset/v1/meta", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-export-v1-meta.json"],
0 commit comments