diff --git a/src/locations/room.jsonnet b/src/locations/room.jsonnet index 44d1e8b..34304a3 100644 --- a/src/locations/room.jsonnet +++ b/src/locations/room.jsonnet @@ -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, + }, }, }, },