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.
1 parent 3e01d93 commit 28c17b1Copy full SHA for 28c17b1
compiler.go
@@ -14,7 +14,7 @@ import (
14
type Compiler struct {
15
// Draft represents the draft used when '$schema' attribute is missing.
16
//
17
- // This defaults to latest draft (currently draft2019-09).
+ // This defaults to latest supported draft (currently 2020-12).
18
Draft *Draft
19
resources map[string]*resource
20
0 commit comments