Skip to content

Commit 96698e6

Browse files
committed
Fix incorrect schema paths
1 parent ad3ae31 commit 96698e6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/schema-versions.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,75 +2,75 @@
22
"schemas": [
33
{
44
"service": "configGenerator",
5-
"schema_url": "https://github.com/qwc-services/qwc-config-generator/2025-lts/schemas/qwc-config-generator.json"
5+
"schema_url": "https://github.com/qwc-services/qwc-config-generator/raw/2025-lts/schemas/qwc-config-generator.json"
66
},
77
{
88
"service": "adminGui",
9-
"schema_url": "https://github.com/qwc-services/qwc-admin-gui/2025-lts/schemas/qwc-admin-gui.json"
9+
"schema_url": "https://github.com/qwc-services/qwc-admin-gui/raw/2025-lts/schemas/qwc-admin-gui.json"
1010
},
1111
{
1212
"service": "data",
13-
"schema_url": "https://github.com/qwc-services/qwc-data-service/2025-lts/schemas/qwc-data-service.json"
13+
"schema_url": "https://github.com/qwc-services/qwc-data-service/raw/2025-lts/schemas/qwc-data-service.json"
1414
},
1515
{
1616
"service": "dbAuth",
17-
"schema_url": "https://github.com/qwc-services/qwc-db-auth/2025-lts/schemas/qwc-db-auth.json"
17+
"schema_url": "https://github.com/qwc-services/qwc-db-auth/raw/2025-lts/schemas/qwc-db-auth.json"
1818
},
1919
{
2020
"service": "document",
21-
"schema_url": "https://github.com/qwc-services/qwc-document-service/2025-lts/schemas/qwc-document-service.json"
21+
"schema_url": "https://github.com/qwc-services/qwc-document-service/raw/2025-lts/schemas/qwc-document-service.json"
2222
},
2323
{
2424
"service": "elevation",
25-
"schema_url": "https://github.com/qwc-services/qwc-elevation-service/2025-lts/schemas/qwc-elevation-service.json"
25+
"schema_url": "https://github.com/qwc-services/qwc-elevation-service/raw/2025-lts/schemas/qwc-elevation-service.json"
2626
},
2727
{
2828
"service": "ext",
29-
"schema_url": "https://github.com/qwc-services/qwc-ext-service/2025-lts/schemas/qwc-ext-service.json"
29+
"schema_url": "https://github.com/qwc-services/qwc-ext-service/raw/2025-lts/schemas/qwc-ext-service.json"
3030
},
3131
{
3232
"service": "featureInfo",
33-
"schema_url": "https://github.com/qwc-services/qwc-feature-info-service/2025-lts/schemas/qwc-feature-info-service.json"
33+
"schema_url": "https://github.com/qwc-services/qwc-feature-info-service/raw/2025-lts/schemas/qwc-feature-info-service.json"
3434
},
3535
{
3636
"service": "ldapAuth",
37-
"schema_url": "https://github.com/qwc-services/qwc-ldap-auth/2025-lts/schemas/qwc-ldap-auth.json"
37+
"schema_url": "https://github.com/qwc-services/qwc-ldap-auth/raw/2025-lts/schemas/qwc-ldap-auth.json"
3838
},
3939
{
4040
"service": "legend",
41-
"schema_url": "https://github.com/qwc-services/qwc-legend-service/2025-lts/schemas/qwc-legend-service.json"
41+
"schema_url": "https://github.com/qwc-services/qwc-legend-service/raw/2025-lts/schemas/qwc-legend-service.json"
4242
},
4343
{
4444
"service": "mapinfo",
45-
"schema_url": "https://github.com/qwc-services/qwc-mapinfo-service/2025-lts/schemas/qwc-mapinfo-service.json"
45+
"schema_url": "https://github.com/qwc-services/qwc-mapinfo-service/raw/2025-lts/schemas/qwc-mapinfo-service.json"
4646
},
4747
{
4848
"service": "mapViewer",
49-
"schema_url": "https://github.com/qwc-services/qwc-map-viewer/2025-lts/schemas/qwc-map-viewer.json"
49+
"schema_url": "https://github.com/qwc-services/qwc-map-viewer/raw/2025-lts/schemas/qwc-map-viewer.json"
5050
},
5151
{
5252
"service": "ogc",
53-
"schema_url": "https://github.com/qwc-services/qwc-ogc-service/2025-lts/schemas/qwc-ogc-service.json"
53+
"schema_url": "https://github.com/qwc-services/qwc-ogc-service/raw/2025-lts/schemas/qwc-ogc-service.json"
5454
},
5555
{
5656
"service": "oidcAuth",
5757
"schema_url": "https://github.com/qwc-services/qwc-oidc-auth/raw/main/schemas/qwc-oidc-auth.json"
5858
},
5959
{
6060
"service": "permalink",
61-
"schema_url": "https://github.com/qwc-services/qwc-permalink-service/2025-lts/schemas/qwc-permalink-service.json"
61+
"schema_url": "https://github.com/qwc-services/qwc-permalink-service/raw/2025-lts/schemas/qwc-permalink-service.json"
6262
},
6363
{
6464
"service": "permissions",
65-
"schema_url": "https://github.com/qwc-services/qwc-services-core/2025-lts/schemas/qwc-services-permissions.json"
65+
"schema_url": "https://github.com/qwc-services/qwc-services-core/raw/2025-lts/schemas/qwc-services-permissions.json"
6666
},
6767
{
6868
"service": "print",
69-
"schema_url": "https://github.com/qwc-services/qwc-print-service/2025-lts/schemas/qwc-print-service.json"
69+
"schema_url": "https://github.com/qwc-services/qwc-print-service/raw/2025-lts/schemas/qwc-print-service.json"
7070
},
7171
{
7272
"service": "search",
73-
"schema_url": "https://github.com/qwc-services/qwc-fulltext-search-service/2025-lts/schemas/qwc-search-service.json"
73+
"schema_url": "https://github.com/qwc-services/qwc-fulltext-search-service/raw/2025-lts/schemas/qwc-search-service.json"
7474
}
7575
]
7676
}

0 commit comments

Comments
 (0)