Skip to content

Commit a2e3834

Browse files
committed
updating docdb schema
1 parent 3b3e8cb commit a2e3834

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/json/function.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@
345345
"id": {
346346
"type": "string",
347347
"description": "This is the id for the record to retrieve."
348+
},
349+
"sqlQuery": {
350+
"type": "string",
351+
"description": "This is the query to run against the collection."
348352
}
349353
}
350354
},

0 commit comments

Comments
 (0)