Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrections to ORFID #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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