Skip to content

Commit

Permalink
Merge pull request #2933 from alphagov/validate-finder-schemas
Browse files Browse the repository at this point in the history
Remove unused finder schema facet properties
  • Loading branch information
ChrisBAshton authored Jan 2, 2025
2 parents a12db2c + 7e6d2b0 commit 9ebee74
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 99 deletions.
28 changes: 0 additions & 28 deletions lib/documents/schemas/asylum_support_decisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
}
]
},
{
"key": "tribunal_decision_category_name",
"name": "Category name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_sub_categories",
"name": "Sub-category",
Expand Down Expand Up @@ -142,13 +135,6 @@
}
]
},
{
"key": "tribunal_decision_sub_category_name",
"name": "Sub-category name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_judges",
"name": "Judges",
Expand Down Expand Up @@ -267,13 +253,6 @@
}
]
},
{
"key": "tribunal_decision_judges_name",
"name": "Judges name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_landmark",
"name": "Landmark",
Expand All @@ -291,13 +270,6 @@
}
]
},
{
"key": "tribunal_decision_landmark_name",
"name": "Landmark name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_reference_number",
"name": "Reference number",
Expand Down
21 changes: 0 additions & 21 deletions lib/documents/schemas/employment_appeal_tribunal_decisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,6 @@
}
]
},
{
"key": "tribunal_decision_categories_name",
"name": "Category name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_sub_categories",
"name": "Sub-category",
Expand Down Expand Up @@ -1022,13 +1015,6 @@
}
]
},
{
"key": "tribunal_decision_sub_categories_name",
"name": "Sub-category name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_landmark",
"name": "Landmark",
Expand All @@ -1046,13 +1032,6 @@
}
]
},
{
"key": "tribunal_decision_landmark_name",
"name": "Landmark name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_decision_date",
"name": "Decision date",
Expand Down
14 changes: 0 additions & 14 deletions lib/documents/schemas/employment_tribunal_decisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,6 @@
}
]
},
{
"key": "tribunal_decision_country_name",
"name": "Country name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_categories",
"name": "Jurisdiction code",
Expand Down Expand Up @@ -612,13 +605,6 @@
}
]
},
{
"key": "tribunal_decision_categories_name",
"name": "Jurisdiction code name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_decision_date",
"name": "Decision date",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,6 @@
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "first_published_at",
"name": "Date",
"short_name": "Date",
"type": "date",
"display_as_result_metadata": false,
"filterable": false
},
{
"key": "date_of_start",
"name": "Date of start",
Expand Down
7 changes: 0 additions & 7 deletions lib/documents/schemas/tax_tribunal_decisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@
}
]
},
{
"key": "tribunal_decision_category_name",
"name": "Category name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_decision_date",
"name": "Release date",
Expand Down
21 changes: 0 additions & 21 deletions lib/documents/schemas/utaac_decisions.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,6 @@
}
]
},
{
"key": "tribunal_decision_categories_name",
"name": "Categories name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_sub_categories",
"name": "Sub-categories",
Expand Down Expand Up @@ -2249,13 +2242,6 @@
}
]
},
{
"key": "tribunal_decision_sub_categories_name",
"name": "Sub-categories name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_judges",
"name": "Judges",
Expand Down Expand Up @@ -2722,13 +2708,6 @@
}
]
},
{
"key": "tribunal_decision_judges_name",
"name": "Judges name",
"type": "text",
"display_as_result_metadata": true,
"filterable": false
},
{
"key": "tribunal_decision_decision_date",
"name": "Decision date",
Expand Down

0 comments on commit 9ebee74

Please sign in to comment.