Skip to content

Commit

Permalink
Rename date facet
Browse files Browse the repository at this point in the history
  • Loading branch information
GDSNewt committed Nov 26, 2024
1 parent f5ff481 commit 093cc88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"sfo_case_opened_date": {
"sfo_case_date_announced": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"sfo_case_opened_date": {
"sfo_case_date_announced": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"sfo_case_opened_date": {
"sfo_case_date_announced": {
"type": "string",
"pattern": "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@
sfo_case_state: {
type: "string",
},
sfo_case_opened_date: {
sfo_case_date_announced: {
type: "string",
pattern: "^[1-9][0-9]{3}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$",
},
Expand Down

0 comments on commit 093cc88

Please sign in to comment.