Skip to content

Commit e60740e

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

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

typescript/thing-model/schema/tm-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 Model",
3-
"version": "1.1-24-May-2023",
3+
"version": "1.1-05-July-2023",
44
"description": "JSON Schema for validating Thing Models. This is automatically generated from the WoT TD Schema.",
55
"$schema": "http://json-schema.org/draft-07/schema#",
66
"$id": "https://raw.githubusercontent.com/w3c/wot-thing-description/main/validation/tm-json-schema-validation.json",
@@ -523,7 +523,8 @@
523523
"$ref": "#/definitions/placeholder-pattern"
524524
}
525525
]
526-
}
526+
},
527+
"minItems": 1
527528
}
528529
]
529530
},
@@ -579,7 +580,8 @@
579580
"$ref": "#/definitions/placeholder-pattern"
580581
}
581582
]
582-
}
583+
},
584+
"minItems": 1
583585
}
584586
]
585587
},
@@ -633,7 +635,8 @@
633635
"$ref": "#/definitions/placeholder-pattern"
634636
}
635637
]
636-
}
638+
},
639+
"minItems": 1
637640
}
638641
]
639642
},
@@ -701,7 +704,8 @@
701704
"$ref": "#/definitions/placeholder-pattern"
702705
}
703706
]
704-
}
707+
},
708+
"minItems": 1
705709
}
706710
]
707711
},

0 commit comments

Comments
 (0)