Skip to content

Commit eaf140f

Browse files
committed
Add canonical URL for Augur's annotations schema
Matches the new schema id (to be) in Augur, see <nextstrain/augur#1281>. Resolves <#704>.
1 parent 221c67e commit eaf140f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ app.route("/cli")
418418
* to programmatic clients, though we're not this fancy yet.
419419
*/
420420
const schemaRoutes = [
421+
["/schemas/augur/annotations", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-annotations.json"],
421422
["/schemas/augur/frequencies", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-frequencies.json"],
422423
["/schemas/auspice/config/v2", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-auspice-config-v2.json"],
423424
["/schemas/dataset/v1/meta", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-export-v1-meta.json"],

0 commit comments

Comments
 (0)