Skip to content

Commit

Permalink
Add 'data_ethics_guidance_document'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Dec 5, 2024
1 parent 38cfb45 commit b0d4322
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions content_schemas/allowed_document_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- corporate_report
- correspondence
- countryside_stewardship_grant
- data_ethics_guidance_document
- decision
- deputy_head_of_mission_role
- detailed_guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,48 @@
},
},
},
data_ethics_guidance_document: {
type: "object",
additionalProperties: false,
properties: {
bulk_published: {
type: "boolean",
},
key_reference: {
type: "array",
items: {
type: "string",
},
},
ethical_theme: {
type: "array",
items: {
type: "string",
},
},
organisation: {
type: "string",
},
document_function: {
type: "array",
items: {
type: "string",
},
},
project_phase: {
type: "array",
items: {
type: "string",
},
},
technology_area: {
type: "array",
items: {
type: "string",
},
},
},
},
drcf_digital_markets_research_metadata: {
type: "object",
additionalProperties: false,
Expand Down

0 comments on commit b0d4322

Please sign in to comment.