From 0ed9397280e06967bbe2d18ed6ef407b02ad8697 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Wed, 8 Oct 2025 20:55:56 +0200 Subject: [PATCH] Updated locations object specifications --- ...Object attribute specs.md => Object attribute specs.md} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename docs/Specs/{20250928 Object attribute specs.md => Object attribute specs.md} (88%) diff --git a/docs/Specs/20250928 Object attribute specs.md b/docs/Specs/Object attribute specs.md similarity index 88% rename from docs/Specs/20250928 Object attribute specs.md rename to docs/Specs/Object attribute specs.md index 5b10040..71ab039 100644 --- a/docs/Specs/20250928 Object attribute specs.md +++ b/docs/Specs/Object attribute specs.md @@ -14,14 +14,11 @@ ## locations - ObjectClass: - - extensibleObject - locality - top -- cn = location identifier (e.g. location name + room name + seat) -- l = location name (e.g. "btg") -- street = Street name and number (e.g. "Overwegstraße 30") +- l = location identifier (e.g. location name + room name + seat) - description = json string containing data as JSON. E.g.: - - `{"RoomNumber": "317", "Seat": "23"}` + - `{"Location": "BTG", "RoomNumber": "317", "Seat": "23"}` ## groups - ObjectClass: