Skip to content

Commit

Permalink
Integrate KrakenD schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jan 3, 2025
1 parent e82f381 commit 274d3e0
Show file tree
Hide file tree
Showing 592 changed files with 69,505 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendorpull https://github.com/sourcemeta/vendorpull dea311b5bfb53b6926a4140267959ae334d3ecf4
nasa-gcn-4-1-0 https://github.com/nasa-gcn/gcn-schema v4.1.0
osv-schema-1-6-3 https://github.com/ossf/osv-schema v1.6.3
krakend https://github.com/krakend/krakend-schema af8e4930cca880ed6956114202a8118d73e1ff2b
11 changes: 11 additions & 0 deletions configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
"email": "[email protected]",
"github": "ossf",
"website": "https://openssf.org"
},
"krakend": {
"title": "KrakenD API Gateway",
"description": "An open-source API Gateway that helps you effortlessly adopt microservices and secure communications",
"email": "[email protected]",
"github": "krakend",
"website": "https://www.krakend.io"
}
},
"schemas": {
Expand All @@ -36,6 +43,10 @@
"ossf/osv/v1.6.3": {
"base": "https://raw.githubusercontent.com/ossf/osv-schema/main/validation",
"path": "./vendor/osv-schema-1-6-3"
},
"krakend": {
"base": "https://www.krakend.io/schema",
"path": "./vendor/krakend"
}
}
}
9 changes: 9 additions & 0 deletions vendor/krakend.mask
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
test/
e2e.json
flexible_config.json
krakend.json
Makefile
README.md
v3.json
v2.7/krakend.json
v2.8/krakend.json
Loading

0 comments on commit 274d3e0

Please sign in to comment.