You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content_schemas/dist/formats/finder/frontend/schema.json
-8
Original file line number
Diff line number
Diff line change
@@ -860,14 +860,6 @@
860
860
"description": "A human readable label",
861
861
"type": "string"
862
862
},
863
-
"main_facet_label": {
864
-
"description": "A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
865
-
"type": "string"
866
-
},
867
-
"main_facet_value": {
868
-
"description": "A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
869
-
"type": "string"
870
-
},
871
863
"sub_facets": {
872
864
"description": "Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
Copy file name to clipboardexpand all lines: content_schemas/dist/formats/finder/notification/schema.json
-8
Original file line number
Diff line number
Diff line change
@@ -973,14 +973,6 @@
973
973
"description": "A human readable label",
974
974
"type": "string"
975
975
},
976
-
"main_facet_label": {
977
-
"description": "A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
978
-
"type": "string"
979
-
},
980
-
"main_facet_value": {
981
-
"description": "A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
982
-
"type": "string"
983
-
},
984
976
"sub_facets": {
985
977
"description": "Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
Copy file name to clipboardexpand all lines: content_schemas/dist/formats/finder/publisher_v2/schema.json
-8
Original file line number
Diff line number
Diff line change
@@ -626,14 +626,6 @@
626
626
"description": "A human readable label",
627
627
"type": "string"
628
628
},
629
-
"main_facet_label": {
630
-
"description": "A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
631
-
"type": "string"
632
-
},
633
-
"main_facet_value": {
634
-
"description": "A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
635
-
"type": "string"
636
-
},
637
629
"sub_facets": {
638
630
"description": "Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
Copy file name to clipboardexpand all lines: content_schemas/formats/shared/definitions/label_value_pair_with_subfacets.jsonnet
-8
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,6 @@
16
16
description:"A value to use for form controls",
17
17
type:"string",
18
18
},
19
-
main_facet_label: {
20
-
description:"A label that refers to the main facet label of this facet if it is a sub facet. The label is used to generate sub facet labels on frontend apps.",
21
-
type:"string",
22
-
},
23
-
main_facet_value: {
24
-
description:"A value that refers to the main facet value of this facet if it is a sub facet. The value is used to group sub facets into sub category groupings for navigational purposes.",
25
-
type:"string",
26
-
},
27
19
sub_facets: {
28
20
description:"Possible values to show for non-dynamic select nested facets. All values are shown regardless of the search.",
0 commit comments