Skip to content

Commit

Permalink
Add canonical URL for Augur's annotations schema
Browse files Browse the repository at this point in the history
Matches the new schema id (to be) in Augur, see
<nextstrain/augur#1281>.

Resolves <#704>.
  • Loading branch information
tsibley committed Aug 18, 2023
1 parent 221c67e commit eaf140f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ app.route("/cli")
* to programmatic clients, though we're not this fancy yet.
*/
const schemaRoutes = [
["/schemas/augur/annotations", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-annotations.json"],
["/schemas/augur/frequencies", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-frequencies.json"],
["/schemas/auspice/config/v2", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-auspice-config-v2.json"],
["/schemas/dataset/v1/meta", "https://raw.githubusercontent.com/nextstrain/augur/master/augur/data/schema-export-v1-meta.json"],
Expand Down

0 comments on commit eaf140f

Please sign in to comment.