Skip to main content
Version: 0.3.0

VertexDefinition

age-schema-client v0.3.0


age-schema-client / VertexDefinition

Interface: VertexDefinition

Defined in: src/schema/types.ts:10

Vertex definition interface

Properties

PropertyTypeDescriptionDefined in
labelstringVertex labelsrc/schema/types.ts:14
propertiesRecord<string, PropertyDefinition>Vertex propertiessrc/schema/types.ts:19
required?string[]Required propertiessrc/schema/types.ts:24
description?stringVertex descriptionsrc/schema/types.ts:29
metadata?Record<string, unknown>Additional metadatasrc/schema/types.ts:34