You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use a loosely defined message structure internally based on JSON, now we have a bare-bones system and the API is being finalized it is worth defining the internal message schema used.
Currently, we use a loosely defined message structure internally based on JSON, now we have a bare-bones system and the API is being finalized it is worth defining the internal message schema used.
I'm planning to use https://json-schema.org/specification.html as per https://visualstudiomagazine.com/articles/2018/02/01/service-message-formats.aspx and then hopefully decouple message handling/format/verification from the actual functionality of the service. This should mean that new services like venue or equipment can be created quicker as a standard message handling module can be used by them all.
TODO as part of this
The text was updated successfully, but these errors were encountered: