Skip to content

Commit fd8ce55

Browse files
committed
Don't extract annotations to avoid deprecations
Signed-off-by: Anders F Björklund <[email protected]>
1 parent b860d26 commit fd8ce55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cidata/schema.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func validateCloudConfig(userData []byte) error {
2626
return err
2727
}
2828
compiler := jsonschema.NewCompiler()
29-
compiler.ExtractAnnotations = true
3029
if err := compiler.AddResource(schemaURL, strings.NewReader(schemaText)); err != nil {
3130
return err
3231
}

0 commit comments

Comments
 (0)