Skip to content

Commit

Permalink
Update sdmx-json-structure-schema.json
Browse files Browse the repository at this point in the history
Implementation of solution for sdmx3mdt/public-consultation#36
  • Loading branch information
dosse committed Aug 8, 2021
1 parent 8862e7e commit 2c31284
Showing 1 changed file with 3 additions and 6 deletions.
Expand Up @@ -3382,12 +3382,9 @@
"description":"Dimension describes the structure of a dimension, which is defined as a statistical concept used (most probably together with other statistical concepts) to identify a statistical series, such as a time series, e.g. a statistical concept indicating certain economic activity or a geographical reference area."
}
},
"timeDimensions":{
"type":"array",
"items":{
"$ref":"#/definitions/TimeDimensionType",
"description":"TimeDimension is a special dimension which designates the period in time in which the data identified by the full series key applies."
}
"timeDimension":{
"$ref":"#/definitions/TimeDimensionType",
"description":"TimeDimension is a special dimension which designates the period in time in which the data identified by the full series key applies."
}
}
}
Expand Down

0 comments on commit 2c31284

Please sign in to comment.