Skip to content

Commit

Permalink
Merge pull request #2968 from alphagov/SFO-Finder-iteration-2
Browse files Browse the repository at this point in the history
Add 'opened date' to SFO finder
  • Loading branch information
GDSNewt authored Nov 8, 2024
2 parents f5fed1f + b7d9cd1 commit c6e1b84
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"sfo_case_opened_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"sfo_case_state": {
"type": "string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"sfo_case_opened_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"sfo_case_state": {
"type": "string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"sfo_case_opened_date": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
"sfo_case_state": {
"type": "string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,10 @@
sfo_case_state: {
type: "string",
},
sfo_case_opened_date: {
type: "string",
pattern: "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$",
},
},
},
statutory_instrument_metadata: {
Expand Down

0 comments on commit c6e1b84

Please sign in to comment.