Skip to content

Commit 54a4238

Browse files
committed
chore: add note that "type" member must be pointer
1 parent b7ceaee commit 54a4238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"type": {
101101
"type": "string",
102102
"pattern": "\\*$",
103-
"description": "Type to which 'ListCell's will be casted"
103+
"description": "Type to which 'ListCell's will be casted. Must be pointer."
104104
},
105105
"member": {
106106
"type": "array",

0 commit comments

Comments
 (0)