Skip to content

Commit 19b14e3

Browse files
authored
Merge pull request #261 from sdmx-twg/develop
Publish version 2.2.2
2 parents e2ec8fb + 1479bce commit 19b14e3

File tree

7 files changed

+111
-55
lines changed

7 files changed

+111
-55
lines changed

api/sdmx-rest.yaml

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.2.1'
4-
title: 'SDMX RESTful API, v2.2.1'
3+
version: '2.2.2'
4+
title: 'SDMX RESTful API, v2.2.2'
55
description: |
66
The RESTful API for SDMX 3.1.
77
@@ -868,6 +868,15 @@ components:
868868
"200":
869869
description: OK
870870
content:
871+
application/vnd.sdmx.data+json;version=2.1.0:
872+
schema:
873+
type: string
874+
application/vnd.sdmx.data+csv;version=2.1.0:
875+
schema:
876+
type: string
877+
application/vnd.sdmx.data+xml;version=3.1.0:
878+
schema:
879+
type: string
871880
application/vnd.sdmx.data+json;version=2.0.0:
872881
schema:
873882
type: string
@@ -898,6 +907,18 @@ components:
898907
"200-schemas":
899908
description: OK
900909
content:
910+
application/vnd.sdmx.schema+xml;version=3.1.0:
911+
schema:
912+
type: string
913+
application/vnd.sdmx.schema+json;version=2.1.0:
914+
schema:
915+
type: string
916+
application/vnd.sdmx.structure+xml;version=3.1.0:
917+
schema:
918+
type: string
919+
application/vnd.sdmx.structure+json;version=2.1.0:
920+
schema:
921+
type: string
901922
application/vnd.sdmx.schema+xml;version=3.0.0:
902923
schema:
903924
type: string
@@ -919,6 +940,12 @@ components:
919940
"200-struct":
920941
description: OK
921942
content:
943+
application/vnd.sdmx.structure+xml;version=3.1.0:
944+
schema:
945+
type: string
946+
application/vnd.sdmx.structure+json;version=2.1.0:
947+
schema:
948+
type: string
922949
application/vnd.sdmx.structure+xml;version=3.0.0:
923950
schema:
924951
type: string
@@ -934,6 +961,15 @@ components:
934961
"200-meta":
935962
description: OK
936963
content:
964+
application/vnd.sdmx.metadata+json;version=2.1.0:
965+
schema:
966+
type: string
967+
application/vnd.sdmx.metadata+xml;version=3.1.0:
968+
schema:
969+
type: string
970+
application/vnd.sdmx.metadata+csv;version=2.1.0:
971+
schema:
972+
type: string
937973
application/vnd.sdmx.metadata+json;version=2.0.0:
938974
schema:
939975
type: string

doc/availability.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Operators appear as prefix to the component value(s) and are separated from it b
4646
As already mentioned, the response from the Data Availability API is an SDMX AvailabilityConstraint containing a CubeRegion which defines the distinct Values for each Dimension of the data. These distinct values contained in the CubeRegion are determined by the server based on the data query presented to this API. The meaning of the distinct values depends on the response mode.
4747

4848
> [!TIP]
49-
> Some servers treat square brackets (`[` and `]`) as invalid characters in URLs. If the issue occurs, please encode them using `%5B` and `%5D` respectively.
49+
> Some servers treat square brackets (`[` and `]`) as invalid characters in URLs. If the issue occurs, please encode them using `%5B` and `%5D` respectively.
5050
5151
### Response Mode
5252

@@ -139,9 +139,11 @@ Included references are:
139139

140140
## Response types
141141

142-
The following media types can be used with _availability_ queries:
142+
The following media types can be used with *availability* queries:
143143

144-
- **application/vnd.sdmx.structure+json;version=2.0.0**
144+
- **application/vnd.sdmx.structure+json;version=2.1.0**
145+
- application/vnd.sdmx.structure+xml;version=3.1.0
146+
- application/vnd.sdmx.structure+json;version=2.0.0
145147
- application/vnd.sdmx.structure+xml;version=3.0.0
146148

147149
The default format is highlighted in **bold**.

0 commit comments

Comments
 (0)