CycloneDX / sbom-utility

Utility that provides an API platform for validating, querying and managing BOM data
Apache License 2.0
81 stars 13 forks source link

Minor update to SPDX 2.3.1-development JSON schema which added a `$schema` meta-tag #73

Closed mrutkows closed 5 months ago

mrutkows commented 5 months ago

Source: https://github.com/spdx/spdx-spec/blob/development/v2.3.1/schemas/spdx-schema.json

See the $schema object added:

"title" : "SPDX 2.3",
"type" : "object",
"properties" : {
+    "$schema": {
+      "type": "string",
+      "description": "Reference the SPDX 2.3 JSON schema."
+    },
"SPDXID" : {
    "type" : "string",