File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ def maybe_in_subresource(
302
302
return maybe_in_subresource
303
303
304
304
305
+ #: JSON Schema draft 2020-12
305
306
DRAFT202012 = Specification (
306
307
name = "draft2020-12" ,
307
308
id_of = _dollar_id ,
@@ -351,6 +352,7 @@ def maybe_in_subresource(
351
352
},
352
353
),
353
354
)
355
+ #: JSON Schema draft 2019-09
354
356
DRAFT201909 = Specification (
355
357
name = "draft2019-09" ,
356
358
id_of = _dollar_id ,
@@ -400,6 +402,7 @@ def maybe_in_subresource(
400
402
},
401
403
),
402
404
)
405
+ #: JSON Schema draft 7
403
406
DRAFT7 = Specification (
404
407
name = "draft-07" ,
405
408
id_of = _legacy_dollar_id ,
@@ -433,6 +436,7 @@ def maybe_in_subresource(
433
436
in_subvalues = {"definitions" , "patternProperties" , "properties" },
434
437
),
435
438
)
439
+ #: JSON Schema draft 6
436
440
DRAFT6 = Specification (
437
441
name = "draft-06" ,
438
442
id_of = _legacy_dollar_id ,
@@ -460,6 +464,7 @@ def maybe_in_subresource(
460
464
in_subvalues = {"definitions" , "patternProperties" , "properties" },
461
465
),
462
466
)
467
+ #: JSON Schema draft 4
463
468
DRAFT4 = Specification (
464
469
name = "draft-04" ,
465
470
id_of = _legacy_id ,
@@ -475,6 +480,7 @@ def maybe_in_subresource(
475
480
in_subvalues = {"definitions" , "patternProperties" , "properties" },
476
481
),
477
482
)
483
+ #: JSON Schema draft 3
478
484
DRAFT3 = Specification (
479
485
name = "draft-03" ,
480
486
id_of = _legacy_id ,
You can’t perform that action at this time.
0 commit comments