-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
Description
The JSON schema has specVersion as a string with no restrictions on its value. This means that a BOM with any random string for a specVersion is valid, like:
{ "bomFormat": "CycloneDX", "specVersion": "foobar" }
Is this the intention? Should validation tools allow for random strings in the specVersion field? Or should they restrict to the known valid spec versions?