Skip to content

Commit 56995a2

Browse files
Fix: Upgrade TypeScript to 4.9.5 and add iri-reference format
1 parent cb71612 commit 56995a2

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"glob": "^7.1.6",
6464
"jsonpointer": "^5.0.0",
6565
"mocha": "^11.1.0",
66-
"typescript": "^3.8.3",
66+
"typescript": "^4.9.5",
6767
"vscode-test": "^1.3.0",
6868
"wot-thing-description": "github:w3c/wot-thing-description#bafa33e47c84bb879e1f5a102649cc3bea1ec3ca"
6969
}

schemas/TD.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"$id": "https://raw.githubusercontent.com/w3c/wot-thing-description/main/validation/td-json-schema-validation.json",
77
"definitions": {
88
"anyUri": {
9-
"type": "string"
9+
"type": "string",
10+
"format": "iri-reference"
1011
},
1112
"description": {
1213
"type": "string"

0 commit comments

Comments
 (0)