Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Aug 14, 2024
1 parent 9324436 commit 54f4cc3
Showing 1 changed file with 13 additions and 26 deletions.
39 changes: 13 additions & 26 deletions schemas/timeseries-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,7 @@
"description": "Note",
"type": "string"
}
},
"required": [
"uri"
]
}
}
},
"statistical_concept": {
Expand Down Expand Up @@ -358,10 +355,7 @@
"description": "Note",
"type": "string"
}
},
"required": [
"uri"
]
}
}
},
"concepts": {
Expand Down Expand Up @@ -450,10 +444,7 @@
"description": "Note",
"type": "string"
}
},
"required": [
"uri"
]
}
}
},
"derivation": {
Expand Down Expand Up @@ -481,10 +472,7 @@
"description": "Note",
"type": "string"
}
},
"required": [
"uri"
]
}
}
},
"imputation": {
Expand Down Expand Up @@ -512,10 +500,7 @@
"description": "Note",
"type": "string"
}
},
"required": [
"uri"
]
}
}
},
"seasonal_adjustment": {
Expand Down Expand Up @@ -804,10 +789,7 @@
"description": "Note",
"type": "string"
}
},
"required": [
"uri"
]
}
}
},
"disaggregation": {
Expand Down Expand Up @@ -1200,6 +1182,11 @@
"items": {
"type": "object",
"properties": {
"id": {
"title": "Identifier",
"description": "Indicator unique identifier",
"type": "string"
},
"code": {
"title": "Indicator code",
"type": "string"
Expand Down Expand Up @@ -1471,8 +1458,8 @@
"title": "Code",
"type": "string"
},
"name": {
"title": "Name",
"label": {
"title": "Label",
"type": "string"
},
"description": {
Expand Down

0 comments on commit 54f4cc3

Please sign in to comment.