-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON schema _strict_ must allow the property $schema
#106
Comments
jkowalleck
added a commit
to jkowalleck/fork_CycloneDX-specification
that referenced
this issue
Dec 19, 2021
fixes CycloneDX#106 Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
This was referenced Dec 19, 2021
stevespringett
added a commit
that referenced
this issue
Dec 20, 2021
Signed-off-by: Steve Springett <steve@springett.us>
stevespringett
added a commit
that referenced
this issue
Dec 20, 2021
Signed-off-by: Steve Springett <steve@springett.us>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current strict mode json schemas do not allow a root property
$schema
.see CURRENT: 1.2 https://github.com/CycloneDX/specification/blob/e308a7da1ad1b72725d104d7dc2d2438214d65b0/schema/bom-1.3-strict.schema.json
see CURRENT: 1.3 https://github.com/CycloneDX/specification/blob/e308a7da1ad1b72725d104d7dc2d2438214d65b0/schema/bom-1.2-strict.schema.json
feature request: add the used schema as a property
$schema
of the resulting json.the value must be the
$id
of the schema used.http://cyclonedx.org/schema/bom-1.2a.schema.json
http://cyclonedx.org/schema/bom-1.3.schema.json
The text was updated successfully, but these errors were encountered: