Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ORFID_station.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion oic.r.orfid_station.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion oic.r.orfid_tag.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down