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

Make schema validation and collaboration easier #1208

Open
corkrean opened this issue Mar 15, 2023 · 1 comment
Open

Make schema validation and collaboration easier #1208

corkrean opened this issue Mar 15, 2023 · 1 comment

Comments

@corkrean
Copy link

Problem statement:
Presently, users with large amounts of test relationships and assertions have to create a single large .yaml file for validation. This single large .yaml file can make it difficult for multiple teams to contribute test relationships and assertions.

If teams want to modularize their test relationships and assertions, they have to create a system that will combine their schema, test relationships, and assertions from multiple files into a single file. This takes time to build and maintain.

Potential Solution
zed validate could take a more modular approach by reading a single schema file, followed by a variable amount of files containing test relationships and assertions.

related to #497

@josephschorr
Copy link
Member

Related: #1437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants