github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/internal/constants.go (about) 1 package internal 2 3 const ( 4 // JSONSchemaVersion is the current schema version output by the JSON encoder 5 // This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment. 6 JSONSchemaVersion = "16.0.9" 7 )