Skip to content

Commit da3d5b8

Browse files
chore(typescript): sync thing description json schema from wot-thing-description.git
1 parent e60740e commit da3d5b8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

typescript/thing-description/schema/td-json-schema-validation.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Thing Description",
3-
"version": "1.1-24-May-2023",
3+
"version": "1.1-05-July-2023",
44
"description": "JSON Schema for validating TD instances against the TD information model. TD instances can be with or without terms that have default values",
55
"$schema": "http://json-schema.org/draft-07/schema#",
66
"$id":"https://raw.githubusercontent.com/w3c/wot-thing-description/main/validation/td-json-schema-validation.json",
@@ -403,7 +403,8 @@
403403
"observeproperty",
404404
"unobserveproperty"
405405
]
406-
}
406+
},
407+
"minItems": 1
407408
}
408409
]
409410
}
@@ -433,7 +434,8 @@
433434
"queryaction",
434435
"cancelaction"
435436
]
436-
}
437+
},
438+
"minItems": 1
437439
}
438440
]
439441
}
@@ -461,7 +463,8 @@
461463
"subscribeevent",
462464
"unsubscribeevent"
463465
]
464-
}
466+
},
467+
"minItems": 1
465468
}
466469
]
467470
}
@@ -503,7 +506,8 @@
503506
"subscribeallevents",
504507
"unsubscribeallevents"
505508
]
506-
}
509+
},
510+
"minItems": 1
507511
}
508512
]
509513
}

0 commit comments

Comments
 (0)