Skip to content

Commit

Permalink
Merge pull request #2707 from alphagov/add-facet-to-ai-assurance-tech…
Browse files Browse the repository at this point in the history
…niques-finder

Add new facet to AI assurance techniques finder
  • Loading branch information
lauraghiorghisor-tw authored Apr 17, 2024
2 parents 33ec3ed + 9005a88 commit 5362120
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,15 @@
"bulk_published": {
"type": "boolean"
},
"focus_sector": {
"type": "array",
"items": {
"type": "string",
"enum": [
"financial-services"
]
}
},
"key_function": {
"type": "array",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,15 @@
"bulk_published": {
"type": "boolean"
},
"focus_sector": {
"type": "array",
"items": {
"type": "string",
"enum": [
"financial-services"
]
}
},
"key_function": {
"type": "array",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@
"bulk_published": {
"type": "boolean"
},
"focus_sector": {
"type": "array",
"items": {
"type": "string",
"enum": [
"financial-services"
]
}
},
"key_function": {
"type": "array",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
],
"ai_assurance_technique": [
"bias-audit"
],
"focus_sector": [
"financial-services"
]
},
"max_cache_time": 10,
Expand Down Expand Up @@ -413,6 +416,20 @@
"value": "assurance-warranty"
}
]
},
{
"key": "focus_sector",
"name": "Focus Sector",
"type": "text",
"preposition": "Focus Sector",
"display_as_result_metadata": true,
"filterable": true,
"allowed_values": [
{
"label": "Financial services",
"value": "financial-services"
}
]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,15 @@
],
},
},
focus_sector: {
type: "array",
items: {
type: "string",
enum: [
"financial-services"
]
}
}
},
},
algorithmic_transparency_record_metadata: {
Expand Down

0 comments on commit 5362120

Please sign in to comment.