From d1623e98c5a387089805c995356c8dd60973945f Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:52:09 +0100 Subject: [PATCH] Update example to correct `@type` and `@id` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ebffb6..0427f3f 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ The example below illustrates an `"beta:facilityAttribute"` property for an `Fac ```json "beta:facilityAttribute": [ { - "type": "Concept", - "id": "https://openactive.io/facility-attribute-list#8c4ba90c-2ceb-4a38-aeba-1875da03c227", + "@type": "Concept", + "@id": "https://openactive.io/facility-attribute-list#8c4ba90c-2ceb-4a38-aeba-1875da03c227", "prefLabel": "Concrete", "inScheme": "https://openactive.io/facility-attribute-list" }