Skip to content

Commit 02c1863

Browse files
committed
Include missing expression->any function type.
1 parent 7b41468 commit 02c1863

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

function_schema.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ $defs:
2525
- "array[object]"
2626
- "array[any]"
2727
- "array[array[any]]"
28-
- "expression->number"
29-
- "expression->string"
28+
- expression->any
29+
- expression->number
30+
- expression->string
3031
- type: array
3132
items:
3233
enum: *types

0 commit comments

Comments
 (0)