We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
var
1 parent d97a41f commit 5481531Copy full SHA for 5481531
test/schemas/v0-0-1/tests.schema.json
@@ -232,6 +232,7 @@
232
{
233
"additionalProperties": false,
234
"required": [
235
+ "name",
236
"value"
237
],
238
"properties": {
@@ -243,6 +244,7 @@
243
244
},
245
246
247
248
"type",
249
250
@@ -254,6 +256,7 @@
254
256
"const": "datetime"
255
257
258
"value": {
259
+ "$comment": "Should be converted to a datetime.",
260
"type": "string"
261
}
262
0 commit comments