@ -10,6 +10,7 @@ entity
|||,
properties+: {
site: types.id,
location: types.location,
rooms: {
type: 'array',
building: types.id,
relationships: {
@ -21,17 +21,5 @@ entity
],
},
description: 'Relationships that bind other entities to this room.',
items: {
oneOf: [
{
'$ref': 'https://picc.app/schemata/v0.1-dev/relationship',
$.properties.id,
}