CVEProject / cve-services

This repo contains the source for the CVE Services API.
Creative Commons Zero v1.0 Universal
144 stars 68 forks source link

Update openapi.json to reflect changes from CVEProject/cve-schema@b83c668 #1263

Closed M-nj closed 3 weeks ago

M-nj commented 1 month ago

Closes Issue #1246

Summary

CVE Schema changed its directory structure here: https://github.com/CVEProject/cve-schema/commit/b83c668ab88ae9f5abbb7e75bf48b4e35b3f3e47 CVE Services should reflect those changes.

Important Changes

In file: api-docs/openapi.json change located href from: https://github.com/CVEProject/cve-schema/tree/5.1.0/schema/v5.0 to https://github.com/CVEProject/cve-schema/tree/5.1.0/schema

Testing

Notes

jdaigneau5 commented 1 month ago

Hi @M-nj, thank you for your contribution! Would you mind updating the swagger.js file with this change instead of the openapi.json file? The openapi.json file is generated from swagger.js, so this change would be overwritten if it's directly applied to openapi.json.

M-nj commented 1 month ago

@jdaigneau5 updated