Skip to content

Commit

Permalink
Merge pull request #2453 from alphagov/add-case-type-options-to-cma-c…
Browse files Browse the repository at this point in the history
…ase-schema

Add case type options to cma case schema
  • Loading branch information
ryanb-gds authored Jul 21, 2023
2 parents ae95b37 + 3635750 commit fdaa283
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -814,13 +814,15 @@
"enum": [
"ca98-and-civil-cartels",
"competition-disqualification",
"consumer-enforcement",
"criminal-cartels",
"information-and-advice-to-government",
"markets",
"mergers",
"consumer-enforcement",
"oim-project",
"regulatory-references-and-appeals",
"review-of-orders-and-undertakings",
"sau-referral",
"state-aid"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -906,13 +906,15 @@
"enum": [
"ca98-and-civil-cartels",
"competition-disqualification",
"consumer-enforcement",
"criminal-cartels",
"information-and-advice-to-government",
"markets",
"mergers",
"consumer-enforcement",
"oim-project",
"regulatory-references-and-appeals",
"review-of-orders-and-undertakings",
"sau-referral",
"state-aid"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -730,13 +730,15 @@
"enum": [
"ca98-and-civil-cartels",
"competition-disqualification",
"consumer-enforcement",
"criminal-cartels",
"information-and-advice-to-government",
"markets",
"mergers",
"consumer-enforcement",
"oim-project",
"regulatory-references-and-appeals",
"review-of-orders-and-undertakings",
"sau-referral",
"state-aid"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
"label": "Mergers",
"value": "mergers"
},
{
"label": "OIM Project",
"value": "oim-project"
},
{
"label": "Consumer enforcement",
"value": "consumer-enforcement"
Expand All @@ -160,6 +164,10 @@
{
"label": "Reviews of orders and undertakings",
"value": "review-of-orders-and-undertakings"
},
{
"label": "SAU Referral",
"value": "sau-referral"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,14 +520,16 @@
enum: [
"ca98-and-civil-cartels",
"competition-disqualification",
"consumer-enforcement",
"criminal-cartels",
"information-and-advice-to-government",
"markets",
"mergers",
"consumer-enforcement",
"oim-project",
"regulatory-references-and-appeals",
"review-of-orders-and-undertakings",
"state-aid",
"sau-referral",
"state-aid"
],
},
case_state: {
Expand Down

0 comments on commit fdaa283

Please sign in to comment.