Skip to main content

CreateRelationshipTypeRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CreateRelationshipTypeRequestBody.json
categories objectrequired

Category toggles

property name*boolean
descriptionstring

Human-readable description

fromNodestringrequired

Source node label

namestringrequired

Relationship type name (e.g. REFERENCES)

propertiesstring[]nullable

Edge property names

toNodestringrequired

Target node label

CreateRelationshipTypeRequestBody
{
"$schema": "https://example.com/schemas/CreateRelationshipTypeRequestBody.json",
"categories": {},
"description": "string",
"fromNode": "string",
"name": "string",
"properties": "Unknown Type: array,null",
"toNode": "string"
}