mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
16 lines
398 B
JSON
16 lines
398 B
JSON
{
|
|
"$schema": "https://json-schema.org/",
|
|
"$id": "https://tooljet.io/dataqueries/Mysql.schema.json",
|
|
"title": "Mysql data query schema",
|
|
"description": "A schema defining mysql data query",
|
|
"type": "object",
|
|
"properties": {
|
|
"query": {
|
|
"$key": "query",
|
|
"type": "codehinter",
|
|
"description": "Enter query",
|
|
"height": "150px"
|
|
}
|
|
},
|
|
"required": ["query"]
|
|
}
|