Skip to content

Commit a6396c2

Browse files
authored
Merge pull request #91 from eclipse-thingweb/move-ns-td
fix: remove temporary TD context URI
2 parents 60524b4 + 167f08f commit a6396c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/definitions/extensions/json_parser.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import "../version_info.dart";
2626
const _validTdContextValues = [
2727
"https://www.w3.org/2019/wot/td/v1",
2828
"https://www.w3.org/2022/wot/td/v1.1",
29-
"http://www.w3.org/ns/td",
3029
];
3130

3231
/// Extension for parsing fields of JSON objects.

0 commit comments

Comments
 (0)