Skip to content

Commit f47ddbb

Browse files
authored
Apollo Router: schema 2.8.1 (SchemaStore#5122)
1 parent 5cc0f32 commit f47ddbb

File tree

3 files changed

+11167
-0
lines changed

3 files changed

+11167
-0
lines changed

src/api/json/catalog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6933,6 +6933,15 @@
69336933
"fileMatch": ["**/api.json"],
69346934
"url": "https://www.schemastore.org/apibuilder.json"
69356935
},
6936+
{
6937+
"name": "Apollo Router",
6938+
"description": "Apollo Router: The runtime for graph-based API orchestration",
6939+
"fileMatch": ["apollo-router-*.json"],
6940+
"url": "https://www.schemastore.org/apollo-router-2.8.1.json",
6941+
"versions": {
6942+
"2.8.1": "https://www.schemastore.org/apollo-router-2.8.1.json"
6943+
}
6944+
},
69366945
{
69376946
"name": "Gradle Enterprise",
69386947
"description": "Gradle Enterprise configuration",

src/schema-validation.jsonc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,10 @@
685685
"apibuilder.json": {
686686
"externalSchema": ["base-04.json"]
687687
},
688+
"apollo-router-2.8.1.json": {
689+
"externalSchema": ["base.json"],
690+
"unknownFormat": ["uint", "uint32", "uint64"]
691+
},
688692
"app-config.json": {
689693
"externalSchema": ["base.json"]
690694
},

0 commit comments

Comments
 (0)