Skip to content

Commit 28953fb

Browse files
committed
- Update JSON schema to include command.variables
1 parent c4dd81c commit 28953fb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

schemas/bashly.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,9 @@
859859
"environment_variables": {
860860
"$ref": "#/definitions/environment-variables-property"
861861
},
862+
"variables": {
863+
"$ref": "#/definitions/variables-property"
864+
},
862865
"examples": {
863866
"$ref": "#/definitions/examples-property"
864867
},
@@ -933,6 +936,9 @@
933936
"environment_variables": {
934937
"$ref": "#/definitions/environment-variables-property"
935938
},
939+
"variables": {
940+
"$ref": "#/definitions/variables-property"
941+
},
936942
"examples": {
937943
"$ref": "#/definitions/examples-property"
938944
},

support/schema/bashly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ definitions:
742742
$ref: '#/definitions/sub-command-default-property'
743743
environment_variables:
744744
$ref: '#/definitions/environment-variables-property'
745+
variables:
746+
$ref: '#/definitions/variables-property'
745747
examples:
746748
$ref: '#/definitions/examples-property'
747749
footer:
@@ -788,6 +790,8 @@ properties:
788790
$ref: '#/definitions/root-version-property'
789791
environment_variables:
790792
$ref: '#/definitions/environment-variables-property'
793+
variables:
794+
$ref: '#/definitions/variables-property'
791795
examples:
792796
$ref: '#/definitions/examples-property'
793797
footer:

0 commit comments

Comments
 (0)