Skip to main content

Node Extension

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

NameTypeDescriptionMandatory
kindAttributeNode to extend.True
attributesRelationshipList of Attribute to add to the Node.True
relationshipsRelationshipList of Relationship to add to the Node.True

Reference Guide

kind

KeyValue
Namekind
KindText
DescriptionNode kind, must exist in the schema and must be in CamelCase
OptionalFalse
ConstraintsRegex: ^[A-Z][a-zA-Z0-9]+$
Length: min 2, max 32

attributes

KeyValue
Nameattributes
KindList
DescriptionList of Attribute to add to the Node.

relationships

KeyValue
Namerelationships
KindList
DescriptionList of Relationship to add to the Node.