relationships are a list

trunk
HeNine 2 years ago
parent e4180fde84
commit 45a93ee97e

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

Loading…
Cancel
Save