Skip to content

Commit

Permalink
fixup! Add immediate versions of activate and load
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermak committed Oct 30, 2024
1 parent 15986c0 commit 3dfb0e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,25 +144,25 @@
"metadata": {
"$ref": "#/$defs/metadata"
},
"stem": {
"type": "string",
"description": "Command stem"
},
"models": {
"items": {
"$ref": "#/$defs/model"
},
"type": "array"
},
"stem": {
"type": "string",
"description": "Command stem"
},
"time": {
"$ref": "#/$defs/time"
},
"type": {
"const": "command"
},
"return_assign_to": {
"description": "Name of a defined local variable to which the exit status of this command should be written to. For this to work, that local variable must have been defined with the 'SC_Name' property set to LCS",
"type": "string"
},
"type": {
"const": "command"
}
},
"required": ["stem", "args", "time", "type"],
Expand Down

0 comments on commit 3dfb0e9

Please sign in to comment.