Refactor OpenAPI schema files by removing redundant type definitions for better clarity. Update bun.lock and package.json to include ajv as a new dependency. Add GitHub Actions workflow for automated testing of OpenAPI schemas across versions 2.0, 3.0, and 3.1.

This commit is contained in:
Luke Hagar
2025-09-30 20:20:10 +00:00
parent 9716dbf335
commit 4a82aa3b32
28 changed files with 3506 additions and 3036 deletions

View File

@@ -40,6 +40,7 @@
"schemas:validate": "echo 'Schema validation not yet implemented'"
},
"dependencies": {
"ajv": "^8.17.1",
"rimraf": "^6.0.1",
"spdx-license-list": "^6.10.0"
},