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 2a27e2e commit 7453ee9Copy full SHA for 7453ee9
1 file changed
cache/cache.go
@@ -13,8 +13,8 @@ import (
13
type SchemaCacheEntry struct {
14
Schema *base.Schema
15
RenderedInline []byte
16
+ ReferenceSchema string // String version of RenderedInline
17
RenderedJSON []byte
- ReferenceSchema string // String version of RenderedInline, cached to avoid repeated conversions
18
CompiledSchema *jsonschema.Schema
19
}
20
0 commit comments