Skip to content

Commit

Permalink
Add extra required fields for the packaging section of origin field
Browse files Browse the repository at this point in the history
  • Loading branch information
pieqq committed Dec 10, 2024
1 parent 542cc9c commit 831c895
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions submission-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
},
"packaging": {
"type": "object",
"required": [
"type",
"version"
],
"properties": {
"type": {
"type": "string",
Expand Down

0 comments on commit 831c895

Please sign in to comment.