mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 06:57:40 +00:00
21 lines
No EOL
487 B
JSON
21 lines
No EOL
487 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
|
"title": "Redis data query schema",
|
|
"description": "A schema defining redis data query",
|
|
"type": "database",
|
|
"defaults": {
|
|
"query": "PING"
|
|
},
|
|
"properties": {
|
|
"query": {
|
|
"key": "query",
|
|
"type": "codehinter",
|
|
"description": "Enter query",
|
|
"placeholder": "PING",
|
|
"height": "150px"
|
|
}
|
|
},
|
|
"required": [
|
|
"query"
|
|
]
|
|
} |