Skip to content

Commit

Permalink
Merge pull request #247 from cdp1337/community-scripts-245
Browse files Browse the repository at this point in the history
Proposed work for #245
  • Loading branch information
wh1te909 committed Aug 20, 2024
2 parents 008a6dd + 513a529 commit b0a0b28
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions community_scripts.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
"type": "string"
}
},
"env": {
"description": "The script environmental variables listed as an array.",
"type": "array",
"items": {
"type": "string"
}
},
"run_as_user": {
"description": "Run this script as the active user as opposed to System (Windows only)",
"type": "boolean"
},
"filename": {
"description": "The filename of the script.",
"type": "string"
Expand Down

0 comments on commit b0a0b28

Please sign in to comment.