File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 },
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 },
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments