* @brief Input schema for assistant.snapshot. */
| 114 | * @brief Input schema for assistant.snapshot. |
| 115 | */ |
| 116 | static QJsonObject snapshotInputSchema() |
| 117 | { |
| 118 | QJsonObject props; |
| 119 | props[QStringLiteral("verbose")] = |
| 120 | makeProperty(QStringLiteral("boolean"), |
| 121 | QStringLiteral("Forwarded to project.snapshot. Use false by default.")); |
| 122 | return makeObjectSchema(props); |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * @brief Input schema for assistant.dataset.resolve. |
no test coverage detected