Below is the list of all available options to define a node extension in the schema
Summary
Below is the list of all available options to define a Node in the schema
| Name | Type | Description | Mandatory |
|---|
| kind | Attribute | Node to extend. | True |
| attributes | Relationship | List of Attribute to add to the Node. | True |
| relationships | Relationship | List of Relationship to add to the Node. | True |
Reference Guide
kind
| Key | Value |
|---|
| Name | kind |
| Kind | Text |
| Description | Node kind, must exist in the schema and must be in CamelCase |
| Optional | False |
| Constraints | Regex: ^[A-Z][a-zA-Z0-9]+$ Length: min 2, max 32 |
attributes
| Key | Value |
|---|
| Name | attributes |
| Kind | List |
| Description | List of Attribute to add to the Node. |
relationships
| Key | Value |
|---|
| Name | relationships |
| Kind | List |
| Description | List of Relationship to add to the Node. |