Skip to content

Commit

Permalink
Update schema url.
Browse files Browse the repository at this point in the history
References #58
  • Loading branch information
mrstegeman committed Jan 7, 2021
1 parent ebb3b28 commit 14ea1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/webthings/webthing/Thing.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Thing(String id, String title, JSONArray type) {
public Thing(String id, String title, JSONArray type, String description) {
this.id = id;
this.title = title;
this.context = "https://iot.mozilla.org/schemas";
this.context = "https://webthings.io/schemas";
this.type = type;
this.description = description;
this.properties = new HashMap<>();
Expand Down

0 comments on commit 14ea1c7

Please sign in to comment.