Updating schemas #193
JohnRDOrazio
started this conversation in
General
Replies: 1 comment
-
May have to restart the websocket server: The service is defined on the server at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We should document how to handle updating schemas for tests, when new properties are introduced either for the
Request
or theResponse
in the API.For example, we have recently introduced a new
LitCalSetting
which can be used in theRequest
:CalendarType
. We also introduced a couple new properties in theResponse
such asisVigilFor
andliturgicalSeason
. I updated theLitCal.json
schema to account for these. However, even after pulling the changes to theapi/dev
branch on the server, tests are still failing.Turns out it's because we are actually using the
litcal.org
domain, purchased by J. Hudon, for our schemas. So after any changes to schemas, they need to be pulled in under that domain's directory on the server. How to deal with this in the future? Perhaps purchase a new domain name?Beta Was this translation helpful? Give feedback.
All reactions