Skip to content

Commit

Permalink
Merge pull request #2943 from alphagov/add-sfo-case-specialist-docume…
Browse files Browse the repository at this point in the history
…nt-type

Add SFO case specialist document type
  • Loading branch information
GDSNewt authored Oct 28, 2024
2 parents df1878d + 1fbd217 commit 6cd6da4
Show file tree
Hide file tree
Showing 11 changed files with 58 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 @@ -142,6 +142,7 @@
- service_sign_in
- service_standard_report
- services_and_information
- sfo_case
- simple_smart_answer
- smart_answer
- social_media_use
Expand Down
1 change: 1 addition & 0 deletions content_schemas/dist/formats/generic/frontend/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down Expand Up @@ -678,6 +679,9 @@
{
"$ref": "#/definitions/service_standard_report_metadata"
},
{
"$ref": "#/definitions/sfo_case_metadata"
},
{
"$ref": "#/definitions/statutory_instrument_metadata"
},
Expand Down Expand Up @@ -1870,6 +1874,15 @@
}
}
},
"sfo_case_metadata": {
"type": "object",
"additionalProperties": false,
"properties": {
"case_state": {
"type": "string"
}
}
},
"specialist_publisher_attachment_asset": {
"type": "object",
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down Expand Up @@ -766,6 +767,9 @@
{
"$ref": "#/definitions/service_standard_report_metadata"
},
{
"$ref": "#/definitions/sfo_case_metadata"
},
{
"$ref": "#/definitions/statutory_instrument_metadata"
},
Expand Down Expand Up @@ -2011,6 +2015,15 @@
}
}
},
"sfo_case_metadata": {
"type": "object",
"additionalProperties": false,
"properties": {
"case_state": {
"type": "string"
}
}
},
"specialist_publisher_attachment_asset": {
"type": "object",
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
"service_sign_in",
"service_standard_report",
"services_and_information",
"sfo_case",
"simple_smart_answer",
"smart_answer",
"social_media_use",
Expand Down Expand Up @@ -609,6 +610,9 @@
{
"$ref": "#/definitions/service_standard_report_metadata"
},
{
"$ref": "#/definitions/sfo_case_metadata"
},
{
"$ref": "#/definitions/statutory_instrument_metadata"
},
Expand Down Expand Up @@ -1700,6 +1704,15 @@
}
}
},
"sfo_case_metadata": {
"type": "object",
"additionalProperties": false,
"properties": {
"case_state": {
"type": "string"
}
}
},
"specialist_publisher_attachment_asset": {
"type": "object",
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
{
"$ref": "#/definitions/service_standard_report_metadata",
},
{
"$ref": "#/definitions/sfo_case_metadata",
},
{
"$ref": "#/definitions/statutory_instrument_metadata",
},
Expand Down Expand Up @@ -1059,6 +1062,15 @@
},
},
},
sfo_case_metadata: {
type: "object",
additionalProperties: false,
properties: {
case_state: {
type: "string",
},
},
},
statutory_instrument_metadata: {
type: "object",
additionalProperties: false,
Expand Down

0 comments on commit 6cd6da4

Please sign in to comment.