Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions specification/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,22 @@ components:
relationship_entity_name:
type: string
attributes:
type: object
additionalProperties: true
type: array
items:
$ref: '#/components/schemas/GraphRelationshipAttribute'
required:
- relationship_entity_name

GraphRelationshipAttribute:
type: object
properties:
name:
type: string
data_type:
type: string
required:
- name

CardinalityType:
type: string
enum:
Expand Down