Skip to content

Commit 67e6578

Browse files
authored
Fix item type in Table set
1 parent 065e5b1 commit 67e6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/mof.1.1.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@
10331033
"items": {
10341034
"type": "array",
10351035
"items": {
1036-
"type": "integer"
1036+
"type": "number"
10371037
}
10381038
}
10391039
}

0 commit comments

Comments
 (0)