File tree Expand file tree Collapse file tree 1 file changed +20
-23
lines changed Expand file tree Collapse file tree 1 file changed +20
-23
lines changed Original file line number Diff line number Diff line change 891
891
{
892
892
"title": "Feature list",
893
893
"type": "array",
894
- "items": [
895
- {
896
- "title": "Feature A",
897
- "properties": {
898
- "enabled": {
899
- "$ref": "#/$defs/enabledToggle",
900
- "default": true
901
- }
894
+ "items": [
895
+ {
896
+ "title": "Feature A",
897
+ "properties": {
898
+ "enabled": {
899
+ "$ref": "#/$defs/enabledToggle",
900
+ "default": true
902
901
}
903
- },
904
- {
905
- "title": "Feature B",
906
- "properties": {
907
- "enabled": {
908
- "description": "If set to null, Feature B
909
- inherits the enabled
910
- value from Feature A",
911
- "$ref": "#/$defs/enabledToggle"
912
- }
902
+ }
903
+ },
904
+ {
905
+ "title": "Feature B",
906
+ "properties": {
907
+ "enabled": {
908
+ "description": "If set to null, Feature B inherits the
909
+ enabled value from Feature A",
910
+ "$ref": "#/$defs/enabledToggle"
913
911
}
914
912
}
915
- ]
916
- } ,
913
+ }
914
+ ] ,
917
915
"$defs": {
918
916
"enabledToggle": {
919
917
"title": "Enabled",
920
- "description": "Whether the feature is enabled (true),
921
- disabled (false), or under
922
- automatic control (null)",
918
+ "description": "Whether the feature is enabled (true), disabled
919
+ (false), or under automatic control (null)",
923
920
"type": ["boolean", "null"],
924
921
"default": null
925
922
}
You can’t perform that action at this time.
0 commit comments