Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define Internal Message Schema #12

Open
2 of 3 tasks
Lan2u opened this issue Jul 6, 2020 · 0 comments
Open
2 of 3 tasks

Define Internal Message Schema #12

Lan2u opened this issue Jul 6, 2020 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Lan2u
Copy link
Member

Lan2u commented Jul 6, 2020

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

@Lan2u Lan2u added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 6, 2020
@Lan2u Lan2u added this to the v0.0.1 - Define API milestone Jul 6, 2020
@Lan2u Lan2u self-assigned this Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant