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

Move specification of datagram and schema to YAML. #4

Closed
PeterKraus opened this issue Jan 14, 2022 · 1 comment · Fixed by #109
Closed

Move specification of datagram and schema to YAML. #4

PeterKraus opened this issue Jan 14, 2022 · 1 comment · Fixed by #109
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@PeterKraus
Copy link
Contributor

The specifications for datagram and schema should be written in YAML, and validated using strictyaml, to keep consistent with dgpost and reduce the documentation effort. This will be an interface-breaking change, hence it's tagged for version 5.0.

The schema files themselves also should be YAML files.

@PeterKraus PeterKraus added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 14, 2022
@PeterKraus PeterKraus added this to the 5.0 milestone Jan 14, 2022
@PeterKraus
Copy link
Contributor Author

Dataschema is now implemented using Pydantic, and YAML inputs are supported. Datagram schema is coming in 5.0.

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

Successfully merging a pull request may close this issue.

1 participant