Skip to content

Commit

Permalink
Changes to data ethics
Browse files Browse the repository at this point in the history
- remove key reference facet
- change organisation facet to be array
  • Loading branch information
lauraghiorghisor-tw committed Jan 8, 2025
1 parent 2b4727d commit 03197cc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -905,11 +905,11 @@
"type": "string"
}
},
"data_ethics_guidance_document_key_reference": {
"type": "string"
},
"data_ethics_guidance_document_organisation": {
"type": "string"
"data_ethics_guidance_document_organisation_alias": {
"type": "array",
"items": {
"type": "string"
}
},
"data_ethics_guidance_document_project_phase": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -993,11 +993,11 @@
"type": "string"
}
},
"data_ethics_guidance_document_key_reference": {
"type": "string"
},
"data_ethics_guidance_document_organisation": {
"type": "string"
"data_ethics_guidance_document_organisation_alias": {
"type": "array",
"items": {
"type": "string"
}
},
"data_ethics_guidance_document_project_phase": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -839,11 +839,11 @@
"type": "string"
}
},
"data_ethics_guidance_document_key_reference": {
"type": "string"
},
"data_ethics_guidance_document_organisation": {
"type": "string"
"data_ethics_guidance_document_organisation_alias": {
"type": "array",
"items": {
"type": "string"
}
},
"data_ethics_guidance_document_project_phase": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,17 +466,17 @@
bulk_published: {
type: "boolean",
},
data_ethics_guidance_document_key_reference: {
type: "string",
},
data_ethics_guidance_document_ethical_theme: {
type: "array",
items: {
type: "string",
},
},
data_ethics_guidance_document_organisation: {
type: "string",
data_ethics_guidance_document_organisation_alias: {
type: "array",
items: {
type: "string",
},
},
data_ethics_guidance_document_project_phase: {
type: "array",
Expand Down

0 comments on commit 03197cc

Please sign in to comment.