{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keywords, e.g. \"biology quiz\"."
}
},
"required": [
"query"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"source": {
"type": "string",
"description": "A document URL, Google Docs id, or a note that a file will be uploaded."
},
"format": {
"type": "string",
"description": "Output format, e.g. google_form or formswrite_form."
}
},
"additionalProperties": false
}