neo4j / graph-schema-json-js-utils

Utility library to work with the Graph Schema JSON representation
Apache License 2.0
5 stars 8 forks source link

added indexes and constraints support in schema #29

Closed eijawerner closed 9 months ago

eijawerner commented 9 months ago

Added support for indexes and constraints in the schema according to RFC https://github.com/neo4j/graph-schema-json-js-utils/blob/main/rfcs/0025-constraints-and-indexes.md. This change also means properties is moved from the Node/Relationship Object Types to Node Label/Relationship type.

changeset-bot[bot] commented 9 months ago

🦋 Changeset detected

Latest commit: 7118652feddbc67009c74f1c0a4ad996f965985f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | -------------------------- | ----- | | @neo4j/graph-schema-utils | Patch | | @neo4j/graph-introspection | Patch | | @neo4j/graph-json-schema | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR