Skip to content

Commit

Permalink
Merge pull request #1725: Update schema descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Jan 15, 2025
2 parents 1bd0b27 + 482063e commit 0858605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions augur/data/schema-export-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id": "https://nextstrain.org/schemas/dataset/v2",
"type": "object",
"title": "Nextstrain dataset v2",
"description": "Typically produced by Augur (`augur export v2`) and consumed by Auspice. Combines dataset v1 meta and tree files together into one file, with additional changes.",
"description": "A file representing an Auspice dataset. Typically produced by Augur (`augur export v2`) and consumed by Auspice.",
"additionalProperties": false,
"required": ["version", "meta", "tree"],
"properties": {
Expand All @@ -22,7 +22,7 @@
"type" : "string"
},
"updated" : {
"description": "Auspice displays this (currently only in the footer)",
"description": "Auspice displays this in the byline and footer.",
"type" : "string",
"pattern": "^[0-9X]{4}-[0-9X]{2}-[0-9X]{2}$"
},
Expand Down

0 comments on commit 0858605

Please sign in to comment.