Skip to content

Commit

Permalink
Merge pull request #91 from eclipse-thingweb/move-ns-td
Browse files Browse the repository at this point in the history
fix: remove temporary TD context URI
  • Loading branch information
JKRhb authored Jan 4, 2024
2 parents 60524b4 + 167f08f commit a6396c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/definitions/extensions/json_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import "../version_info.dart";
const _validTdContextValues = [
"https://www.w3.org/2019/wot/td/v1",
"https://www.w3.org/2022/wot/td/v1.1",
"http://www.w3.org/ns/td",
];

/// Extension for parsing fields of JSON objects.
Expand Down

0 comments on commit a6396c2

Please sign in to comment.