relationships are a list

trunk
HeNine 2 years ago
parent e4180fde84
commit 45a93ee97e

@ -12,6 +12,8 @@ entity
properties+: { properties+: {
location: types.location, location: types.location,
relationships: { relationships: {
type: 'array',
items: {
type: 'object', type: 'object',
description: 'Relationships that bind other entities to this room.', description: 'Relationships that bind other entities to this room.',
properties: { properties: {
@ -23,4 +25,5 @@ entity
}, },
}, },
}, },
},
} }

Loading…
Cancel
Save