From 1cfde6326f5da00442bde551c19bf51f7a697ea8 Mon Sep 17 00:00:00 2001 From: Krzysztof Wlodarczyk Date: Mon, 14 May 2018 16:54:10 +0200 Subject: [PATCH] Corrected rt in ORFID_station RAML and changed "oifid" to "orfid" in schema ids --- ORFID_station.raml | 2 +- oic.r.orfid_station.json | 2 +- oic.r.orfid_tag.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ORFID_station.raml b/ORFID_station.raml index eae80b9..2e6e1bb 100644 --- a/ORFID_station.raml +++ b/ORFID_station.raml @@ -36,7 +36,7 @@ traits: schema: ORFID example: | { - "rt": ["oic.r.orfid.tag"], + "rt": ["oic.r.orfid.station"], "id": "unique_example_id", "process": 17, "event": true, diff --git a/oic.r.orfid_station.json b/oic.r.orfid_station.json index e80fb04..ba1df47 100644 --- a/oic.r.orfid_station.json +++ b/oic.r.orfid_station.json @@ -1,5 +1,5 @@ { - "id": "http://openinterconnect.org/schemas/oic.r.oifid.station.json#", + "id": "http://openinterconnect.org/schemas/oic.r.orfid.station.json#", "$schema": "http://json-schema.org/draft-04/schema#", "description" : "Copyright (c) 2016 Open Connectivity Foundation, Inc. All rights reserved.", "title": "ORFID", diff --git a/oic.r.orfid_tag.json b/oic.r.orfid_tag.json index 5bfb4a0..0363cff 100644 --- a/oic.r.orfid_tag.json +++ b/oic.r.orfid_tag.json @@ -1,5 +1,5 @@ { - "id": "http://openinterconnect.org/schemas/oic.r.oifid.tag.json#", + "id": "http://openinterconnect.org/schemas/oic.r.orfid.tag.json#", "$schema": "http://json-schema.org/draft-04/schema#", "description" : "Copyright (c) 2018 Open Connectivity Foundation, Inc. All rights reserved.", "title": "ORFID",