-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
validation of
{
"$schema": "http://cyclonedx.org/schema/bom-1.3.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.3",
...
}fails with unexpected validation error
+ [
+ {
+ instancePath: '/$schema',
+ keyword: 'enum',
+ message: 'must be equal to one of the allowed values',
+ params: {
+ allowedValues: [
+ 'http://cyclonedx.org/schema/bom-1.3.schema.json'
+ ]
+ },
+ schemaPath: '#/properties/%24schema/enum'
+ }
+ ]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working