Skip to content

Commit 53c1990

Browse files
committed
docs(schema): update all json schemas
1 parent 9d6173e commit 53c1990

File tree

1 file changed

+123
-6
lines changed

1 file changed

+123
-6
lines changed

schema.bar.json

+123-6
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@
576576
"format": "uint",
577577
"minimum": 0.0
578578
},
579+
"show_default_interface": {
580+
"description": "Show default interface",
581+
"type": "boolean"
582+
},
579583
"show_network_activity": {
580584
"description": "Show network activity",
581585
"type": "boolean"
@@ -838,10 +842,45 @@
838842
]
839843
},
840844
{
841-
"description": "A black shadow is added under the default group",
845+
"description": "A shadow is added under the default group. (blur: 4, offset: x-1 y-1, spread: 3)",
842846
"type": "string",
843847
"enum": [
844-
"DefaultWithShadow"
848+
"DefaultWithShadowB4O1S3"
849+
]
850+
},
851+
{
852+
"description": "A shadow is added under the default group. (blur: 4, offset: x-0 y-0, spread: 3)",
853+
"type": "string",
854+
"enum": [
855+
"DefaultWithShadowB4O0S3"
856+
]
857+
},
858+
{
859+
"description": "A shadow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 3)",
860+
"type": "string",
861+
"enum": [
862+
"DefaultWithShadowB0O1S3"
863+
]
864+
},
865+
{
866+
"description": "A glow is added under the default group. (blur: 3, offset: x-1 y-1, spread: 2)",
867+
"type": "string",
868+
"enum": [
869+
"DefaultWithGlowB3O1S2"
870+
]
871+
},
872+
{
873+
"description": "A glow is added under the default group. (blur: 3, offset: x-0 y-0, spread: 2)",
874+
"type": "string",
875+
"enum": [
876+
"DefaultWithGlowB3O0S2"
877+
]
878+
},
879+
{
880+
"description": "A glow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 2)",
881+
"type": "string",
882+
"enum": [
883+
"DefaultWithGlowB0O1S2"
845884
]
846885
}
847886
]
@@ -897,10 +936,45 @@
897936
]
898937
},
899938
{
900-
"description": "A black shadow is added under the default group",
939+
"description": "A shadow is added under the default group. (blur: 4, offset: x-1 y-1, spread: 3)",
940+
"type": "string",
941+
"enum": [
942+
"DefaultWithShadowB4O1S3"
943+
]
944+
},
945+
{
946+
"description": "A shadow is added under the default group. (blur: 4, offset: x-0 y-0, spread: 3)",
947+
"type": "string",
948+
"enum": [
949+
"DefaultWithShadowB4O0S3"
950+
]
951+
},
952+
{
953+
"description": "A shadow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 3)",
901954
"type": "string",
902955
"enum": [
903-
"DefaultWithShadow"
956+
"DefaultWithShadowB0O1S3"
957+
]
958+
},
959+
{
960+
"description": "A glow is added under the default group. (blur: 3, offset: x-1 y-1, spread: 2)",
961+
"type": "string",
962+
"enum": [
963+
"DefaultWithGlowB3O1S2"
964+
]
965+
},
966+
{
967+
"description": "A glow is added under the default group. (blur: 3, offset: x-0 y-0, spread: 2)",
968+
"type": "string",
969+
"enum": [
970+
"DefaultWithGlowB3O0S2"
971+
]
972+
},
973+
{
974+
"description": "A glow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 2)",
975+
"type": "string",
976+
"enum": [
977+
"DefaultWithGlowB0O1S2"
904978
]
905979
}
906980
]
@@ -956,10 +1030,45 @@
9561030
]
9571031
},
9581032
{
959-
"description": "A black shadow is added under the default group",
1033+
"description": "A shadow is added under the default group. (blur: 4, offset: x-1 y-1, spread: 3)",
1034+
"type": "string",
1035+
"enum": [
1036+
"DefaultWithShadowB4O1S3"
1037+
]
1038+
},
1039+
{
1040+
"description": "A shadow is added under the default group. (blur: 4, offset: x-0 y-0, spread: 3)",
1041+
"type": "string",
1042+
"enum": [
1043+
"DefaultWithShadowB4O0S3"
1044+
]
1045+
},
1046+
{
1047+
"description": "A shadow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 3)",
1048+
"type": "string",
1049+
"enum": [
1050+
"DefaultWithShadowB0O1S3"
1051+
]
1052+
},
1053+
{
1054+
"description": "A glow is added under the default group. (blur: 3, offset: x-1 y-1, spread: 2)",
1055+
"type": "string",
1056+
"enum": [
1057+
"DefaultWithGlowB3O1S2"
1058+
]
1059+
},
1060+
{
1061+
"description": "A glow is added under the default group. (blur: 3, offset: x-0 y-0, spread: 2)",
1062+
"type": "string",
1063+
"enum": [
1064+
"DefaultWithGlowB3O0S2"
1065+
]
1066+
},
1067+
{
1068+
"description": "A glow is added under the default group. (blur: 0, offset: x-1 y-1, spread: 2)",
9601069
"type": "string",
9611070
"enum": [
962-
"DefaultWithShadow"
1071+
"DefaultWithGlowB0O1S2"
9631072
]
9641073
}
9651074
]
@@ -1541,6 +1650,10 @@
15411650
"format": "uint",
15421651
"minimum": 0.0
15431652
},
1653+
"show_default_interface": {
1654+
"description": "Show default interface",
1655+
"type": "boolean"
1656+
},
15441657
"show_network_activity": {
15451658
"description": "Show network activity",
15461659
"type": "boolean"
@@ -2369,6 +2482,10 @@
23692482
"format": "uint",
23702483
"minimum": 0.0
23712484
},
2485+
"show_default_interface": {
2486+
"description": "Show default interface",
2487+
"type": "boolean"
2488+
},
23722489
"show_network_activity": {
23732490
"description": "Show network activity",
23742491
"type": "boolean"

0 commit comments

Comments
 (0)