Skip to content

Commit

Permalink
Add assurance technique approach field to AI assurance technique spec…
Browse files Browse the repository at this point in the history
…ialist document metadata

Required as part of addition of new assurance technique approach facet to AI Assurance technique specialist finder
  • Loading branch information
ryanb-gds committed Aug 23, 2023
1 parent 2cb8c7f commit 90e4074
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,17 @@
]
}
},
"assurance_technique_approach": {
"type": "array",
"items": {
"type": "string",
"enum": [
"technical",
"procedural",
"educational"
]
}
},
"bulk_published": {
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,17 @@
]
}
},
"assurance_technique_approach": {
"type": "array",
"items": {
"type": "string",
"enum": [
"technical",
"procedural",
"educational"
]
}
},
"bulk_published": {
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,17 @@
]
}
},
"assurance_technique_approach": {
"type": "array",
"items": {
"type": "string",
"enum": [
"technical",
"procedural",
"educational"
]
}
},
"bulk_published": {
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,17 @@
],
},
},
assurance_technique_approach: {
type: "array",
items: {
type: "string",
enum: [
"technical",
"procedural",
"educational"
],
},
},
},
},
animal_disease_case_metadata: {
Expand Down

0 comments on commit 90e4074

Please sign in to comment.