Skip to content

Commit

Permalink
CMS-169: Add gateOpensAtDawn and gateOpensAtDusk fields to park-opera…
Browse files Browse the repository at this point in the history
…tion and park-operation-sub-area collection (bcgov#1348)

* CMS-169: Add gateOpensAtDawn and gateOpensAtDusk fields to park-operation and park-operation-sub-area collection

* CMS-169: Add gateOpensAtDawn and gateClosesAtDusk fields to park-operation and park-operation-sub-area collection
  • Loading branch information
ayumi-oxd authored Jun 12, 2024
1 parent c496ce2 commit 3050c18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@
},
"gateNote": {
"type": "text"
},
"gateOpensAtDawn": {
"type": "boolean"
},
"gateClosesAtDusk": {
"type": "boolean"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@
},
"gateNote": {
"type": "text"
},
"gateOpensAtDawn": {
"type": "boolean"
},
"gateClosesAtDusk": {
"type": "boolean"
}
}
}

0 comments on commit 3050c18

Please sign in to comment.