From d678382e66aeb256a30efe00d380e0554cb7bf9d Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Tue, 7 Feb 2023 13:25:40 +0100 Subject: [PATCH] fix ref uri --- src/locations/building.jsonnet | 2 +- src/locations/site.jsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locations/building.jsonnet b/src/locations/building.jsonnet index 6c82228..9059178 100644 --- a/src/locations/building.jsonnet +++ b/src/locations/building.jsonnet @@ -19,7 +19,7 @@ entity description: 'Rooms contained in this building.', items: { - '$ref': 'https://picc.app/schemata/v0.1-dev/locations/room', + '$ref': 'https://picc.app/schemata/v0.1-dev/locations/room#', }, }, }, diff --git a/src/locations/site.jsonnet b/src/locations/site.jsonnet index 8552e9f..ed427e9 100644 --- a/src/locations/site.jsonnet +++ b/src/locations/site.jsonnet @@ -16,7 +16,7 @@ entity description: 'Buildings at this site.', items: { - '$ref': 'https://picc.app/schemata/v0.1-dev/building', + '$ref': 'https://picc.app/schemata/v0.1-dev/building#', }, }, },