Skip to content

Commit

Permalink
Run go generate
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Engelbert <[email protected]>
  • Loading branch information
pmengelbert committed Oct 22, 2024
1 parent dcbeca1 commit 0d4ecc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"name": {
"type": "string",
"description": "Name is file or dir name to use for the artifact in the package.\nIf empty, the file or dir name from the produced artifact will be used."
},
"packageName": {
"type": "string",
"description": "PackageName is the name of the package. This can be used to replace\n`spec.Name` when destination paths are generated."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 0d4ecc2

Please sign in to comment.