Skip to content

Commit a8353c5

Browse files
committed
Add extendSchemaList() to API docs
1 parent bebefa2 commit a8353c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api/jsonary.json

+15
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,21 @@
288288
}
289289
]
290290
},
291+
"extendSchemaList": {
292+
"description": "Add data/functions to all Jsonary schema lists",
293+
"arguments": [
294+
{
295+
"title": "obj",
296+
"description": "Object containing properties to add",
297+
"type": [
298+
"object"
299+
],
300+
"additionalProperties": {
301+
"title": "Anything"
302+
}
303+
}
304+
]
305+
},
291306
"getData": {
292307
"description": "Fetch data using AJAX (or from the cache)",
293308
"arguments": [

0 commit comments

Comments
 (0)