Skip to content

Commit

Permalink
opened date to SFO finder
Browse files Browse the repository at this point in the history
  • Loading branch information
GDSNewt committed Nov 7, 2024
1 parent 3c064e9 commit b7d9cd1
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 b7d9cd1

Please sign in to comment.