Skip to content

Commit b583a81

Browse files
authored
Apollo Router: schema 2.8.2 & 2.9.0 (SchemaStore#5184)
1 parent 8f92546 commit b583a81

File tree

4 files changed

+22384
-2
lines changed

4 files changed

+22384
-2
lines changed

src/api/json/catalog.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6940,9 +6940,11 @@
69406940
"name": "Apollo Router",
69416941
"description": "Apollo Router: The runtime for graph-based API orchestration",
69426942
"fileMatch": ["apollo-router-*.json"],
6943-
"url": "https://www.schemastore.org/apollo-router-2.8.1.json",
6943+
"url": "https://www.schemastore.org/apollo-router-2.9.0.json",
69446944
"versions": {
6945-
"2.8.1": "https://www.schemastore.org/apollo-router-2.8.1.json"
6945+
"2.8.1": "https://www.schemastore.org/apollo-router-2.8.1.json",
6946+
"2.8.2": "https://www.schemastore.org/apollo-router-2.8.2.json",
6947+
"2.9.0": "https://www.schemastore.org/apollo-router-2.9.0.json"
69466948
}
69476949
},
69486950
{

src/schema-validation.jsonc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,14 @@
690690
"externalSchema": ["base.json"],
691691
"unknownFormat": ["uint", "uint32", "uint64"]
692692
},
693+
"apollo-router-2.8.2.json": {
694+
"externalSchema": ["base.json"],
695+
"unknownFormat": ["uint", "uint32", "uint64"]
696+
},
697+
"apollo-router-2.9.0.json": {
698+
"externalSchema": ["base.json"],
699+
"unknownFormat": ["uint", "uint32", "uint64"]
700+
},
693701
"app-config.json": {
694702
"externalSchema": ["base.json"]
695703
},

0 commit comments

Comments
 (0)