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

As an ingest user, I want a schema to validate harvest config against #61

Open
jordanpadams opened this issue Aug 23, 2021 · 0 comments

Comments

@jordanpadams
Copy link
Member

💪 Motivation

...so that I can more easily configure validate using common XML tools (e.g. Oxygen)

📖 Additional Details

⚖️ Acceptance Criteria

Given a valid harvest config file with a harvest namespace / schema specified
When I perform validation through an XML validator (e.g. Oxygen)
Then I expect the config to validate successfully and be utilized by harvest

Given an invalid harvest config file with an harvest namespace / schema specified
When I perform validation through an XML validator (e.g. Oxygen)
Then I expect the config to fail validation and fail when trying to be used by harvest

⚙️ Engineering Details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ToDo
Development

No branches or pull requests

1 participant