Skip to content
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

Use alias while dumping json #71

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Use alias while dumping json #71

merged 2 commits into from
Mar 1, 2024

Conversation

prabhu
Copy link
Member

@prabhu prabhu commented Mar 1, 2024

jsonschema validation was failing without this

[
  {
    instancePath: '/metadata/component',
    schemaPath: '#/additionalProperties',
    keyword: 'additionalProperties',
    params: { additionalProperty: 'bom_ref' },
    message: 'must NOT have additional properties'
  }
]
[
  {
    instancePath: '/dependencies',
    schemaPath: '#/properties/dependencies/uniqueItems',
    keyword: 'uniqueItems',
    params: { i: 97, j: 48 },
    message: 'must NOT have duplicate items (items ## 48 and 97 are identical)'
  }
]

prabhu added 2 commits March 1, 2024 11:07
Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
@prabhu prabhu merged commit da0718f into main Mar 1, 2024
14 checks passed
@prabhu prabhu deleted the fix/bom-ref branch March 1, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant