-
Notifications
You must be signed in to change notification settings - Fork 12
/
schema-versions.json
76 lines (76 loc) · 2.77 KB
/
schema-versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"schemas": [
{
"service": "configGenerator",
"schema_url": "https://github.com/qwc-services/qwc-config-generator/raw/master/schemas/qwc-config-generator.json"
},
{
"service": "adminGui",
"schema_url": "https://github.com/qwc-services/qwc-admin-gui/raw/master/schemas/qwc-admin-gui.json"
},
{
"service": "data",
"schema_url": "https://github.com/qwc-services/qwc-data-service/raw/master/schemas/qwc-data-service.json"
},
{
"service": "dbAuth",
"schema_url": "https://github.com/qwc-services/qwc-db-auth/raw/master/schemas/qwc-db-auth.json"
},
{
"service": "document",
"schema_url": "https://github.com/qwc-services/qwc-document-service/raw/master/schemas/qwc-document-service.json"
},
{
"service": "elevation",
"schema_url": "https://github.com/qwc-services/qwc-elevation-service/raw/master/schemas/qwc-elevation-service.json"
},
{
"service": "ext",
"schema_url": "https://github.com/qwc-services/qwc-ext-service/raw/master/schemas/qwc-ext-service.json"
},
{
"service": "featureInfo",
"schema_url": "https://github.com/qwc-services/qwc-feature-info-service/raw/master/schemas/qwc-feature-info-service.json"
},
{
"service": "ldapAuth",
"schema_url": "https://github.com/qwc-services/qwc-ldap-auth/raw/master/schemas/qwc-ldap-auth.json"
},
{
"service": "legend",
"schema_url": "https://github.com/qwc-services/qwc-legend-service/raw/master/schemas/qwc-legend-service.json"
},
{
"service": "mapinfo",
"schema_url": "https://github.com/qwc-services/qwc-mapinfo-service/raw/master/schemas/qwc-mapinfo-service.json"
},
{
"service": "mapViewer",
"schema_url": "https://github.com/qwc-services/qwc-map-viewer/raw/master/schemas/qwc-map-viewer.json"
},
{
"service": "ogc",
"schema_url": "https://github.com/qwc-services/qwc-ogc-service/raw/master/schemas/qwc-ogc-service.json"
},
{
"service": "oidcAuth",
"schema_url": "https://github.com/qwc-services/qwc-oidc-auth/raw/main/schemas/qwc-oidc-auth.json"
},
{
"service": "permalink",
"schema_url": "https://github.com/qwc-services/qwc-permalink-service/raw/master/schemas/qwc-permalink-service.json"
},
{
"service": "permissions",
"schema_url": "https://github.com/qwc-services/qwc-services-core/raw/master/schemas/qwc-services-permissions.json"
},
{
"service": "print",
"schema_url": "https://github.com/qwc-services/qwc-print-service/raw/master/schemas/qwc-print-service.json"
},
{
"service": "search",
"schema_url": "https://github.com/qwc-services/qwc-fulltext-search-service/raw/master/schemas/qwc-search-service.json"
}
]
}