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

Allow creation of entity models with empty top-level objects. #72

Closed
davemoore- opened this issue Feb 10, 2021 · 2 comments
Closed

Allow creation of entity models with empty top-level objects. #72

davemoore- opened this issue Feb 10, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@davemoore-
Copy link
Member

Currently, requesting to create entity models with empty top-level objects (example below) will result in a validation error:

{
  "attributes": {},
  "resolvers": {},
  "matchers": {},
  "indices": {}
}

zentity should allow models like these to be created, and instead validate that they are complete before running a resolution job. This will make it possible to build an application that guides users through the process of creating an entity model from scratch and lets them save their progress on incomplete models.

@davemoore- davemoore- added the enhancement New feature or request label Feb 10, 2021
@davemoore-
Copy link
Member Author

Opened PR #74

@davemoore- davemoore- mentioned this issue Feb 12, 2021
12 tasks
@davemoore-
Copy link
Member Author

PR #74 merged into main

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

No branches or pull requests

1 participant