Skip to content

Commit

Permalink
Merge pull request #3000 from alphagov/SFO-Finder-iteration-3
Browse files Browse the repository at this point in the history
Rename date facet
  • Loading branch information
GDSNewt authored Nov 26, 2024
2 parents f5ff481 + d006219 commit 757832a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-content-schemas-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:

test-specialist-publisher:
name: Test Specialist Publisher
uses: alphagov/specialist-publisher/.github/workflows/rspec.yml@main
uses: alphagov/specialist-publisher/.github/workflows/rspec.yml@SFO-Finder-iteration-3
with:
ref: 'main'
ref: 'SFO-Finder-iteration-3'
publishingApiRef: ${{ github.ref }}

test-travel-advice-publisher:
Expand Down
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 757832a

Please sign in to comment.