relationships are a list

trunk
HeNine 2 years ago
parent e4180fde84
commit 45a93ee97e

@ -12,13 +12,16 @@ entity
properties+: {
location: types.location,
relationships: {
type: 'object',
description: 'Relationships that bind other entities to this room.',
properties: {
id: types.id,
args: {
type: 'array',
items: types.id,
type: 'array',
items: {
type: 'object',
description: 'Relationships that bind other entities to this room.',
properties: {
id: types.id,
args: {
type: 'array',
items: types.id,
},
},
},
},

Loading…
Cancel
Save