Skip to content

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

@davemoore-

Description

@davemoore-

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions