Skip to content

Commit

Permalink
Update json expression schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene committed Jun 28, 2023
1 parent 7906314 commit d50490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/datasets/expression_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"anyOf": [
{
"type": "string",
"enum": ["COALESCE", "JOIN", "CONCAT", "COUPLE"]
"enum": ["COALESCE", "JOIN", "CONCAT", "COUPLE", "PAD", "INSERT", "REPLACE"]
},
{
"type": "string",
Expand Down

0 comments on commit d50490a

Please sign in to comment.