From 18d873e78647b3f2d08c292b9863600aeb138944 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Sat, 25 May 2024 09:40:41 -0400 Subject: [PATCH] bump JSON schema again Signed-off-by: Will Murphy --- internal/constants.go | 2 +- schema/json/{schema-16.0.10.json => schema-16.0.11.json} | 2 +- schema/json/schema-latest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename schema/json/{schema-16.0.10.json => schema-16.0.11.json} (99%) diff --git a/internal/constants.go b/internal/constants.go index add8a915e8a..4caafe2ebbc 100644 --- a/internal/constants.go +++ b/internal/constants.go @@ -3,5 +3,5 @@ package internal const ( // JSONSchemaVersion is the current schema version output by the JSON encoder // This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment. - JSONSchemaVersion = "16.0.10" + JSONSchemaVersion = "16.0.11" ) diff --git a/schema/json/schema-16.0.10.json b/schema/json/schema-16.0.11.json similarity index 99% rename from schema/json/schema-16.0.10.json rename to schema/json/schema-16.0.11.json index ab55e18a70f..8c112452357 100644 --- a/schema/json/schema-16.0.10.json +++ b/schema/json/schema-16.0.11.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "anchore.io/schema/syft/json/16.0.10/document", + "$id": "anchore.io/schema/syft/json/16.0.11/document", "$ref": "#/$defs/Document", "$defs": { "AlpmDbEntry": { diff --git a/schema/json/schema-latest.json b/schema/json/schema-latest.json index ab55e18a70f..8c112452357 100644 --- a/schema/json/schema-latest.json +++ b/schema/json/schema-latest.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "anchore.io/schema/syft/json/16.0.10/document", + "$id": "anchore.io/schema/syft/json/16.0.11/document", "$ref": "#/$defs/Document", "$defs": { "AlpmDbEntry": {