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

Command for data format conversion #325

Open
6 tasks
aj-stein-nist opened this issue Feb 22, 2024 · 0 comments
Open
6 tasks

Command for data format conversion #325

aj-stein-nist opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request java Pull requests that update Java code

Comments

@aj-stein-nist
Copy link
Collaborator

User Story:

As a Metaschema developer, in order to more effectively change between serialized JSON, XML, and YAML formats when prototyping models and document instances, I want a metaschema-cli command to convert between the different versions of a document instances between data format for different models dynamically so that I do not need to do it manually.

Goals:

  • Take given Metaschema models in the module(s) and a document instance
  • Convert between different data formats
  • Without having pre-compiled bound model classes

Dependencies:

{Describe any previous issues or related work that must be completed to start or complete this issue.}

Acceptance Criteria

  • All website and readme documentation affected by the changes in this issue have been updated. Changes to the website can be made in the docs/content directory of your branch.
  • A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR.
  • The CI-CD build process runs without any reported errors on the PR. This can be confirmed by reviewing that all checks have passed in the PR.

{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}

@aj-stein-nist aj-stein-nist added enhancement New feature or request java Pull requests that update Java code labels Feb 22, 2024
@aj-stein-nist aj-stein-nist self-assigned this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant