dummy package which contains some neutral value for all fields #5849
-
hi is there some dummy package which contains value in all the fields? even if it means just comments for the functional fields.
$ scoop cat python | jq '{uninstall}'
{
"uninstall": null
}
so, having such a dummy package would help immediately spot such mistakes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please check https://github.com/ScoopInstaller/Scoop/blob/master/schema.json for scoop manifest's Json Schema. |
Beta Was this translation helpful? Give feedback.
-
here it is: https://github.com/ScoopInstaller/BucketTemplate/blob/master/bucket/app-name.json.template (found via: #5867 (comment) ) |
Beta Was this translation helpful? Give feedback.
Please check https://github.com/ScoopInstaller/Scoop/blob/master/schema.json for scoop manifest's Json Schema.