Skip to content

Commit

Permalink
fix(jsonschema): add upstream field to schema definition (#332)
Browse files Browse the repository at this point in the history
This commit adds the `upstream` field to the schema definition. It was
omitted from #312

Signed-off-by: Andrew Pollock <[email protected]>
  • Loading branch information
andrewpollock authored Feb 3, 2025
1 parent a909ece commit a5a512f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions validation/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"type": "string"
}
},
"upstream": {
"type": "array",
"items": {
"type": "string"
}
},
"summary": {
"type": "string"
},
Expand Down

0 comments on commit a5a512f

Please sign in to comment.