Skip to content

Commit

Permalink
Merge branch 'dev' into loss-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst authored Sep 7, 2023
2 parents 3a851e9 + df74f92 commit ca88677
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This page lists changes to the Risk Data Library Standard.
- [#232](https://github.com/GFDRR/rdl-standard/pull/232)
- Convert `disaster_identifiers` to array of `Classification` objects.
- Add new codes to classification_scheme.csv.
- [#236](https://github.com/GFDRR/rdl-standard/pull/236) - Fix broken codelist reference URLs.
- [#236](https://github.com/GFDRR/rdl-standard/pull/236), [#244](https://github.com/GFDRR/rdl-standard/pull/244) - Fix broken codelist reference URLs.
- [#239](https://github.com/GFDRR/rdl-standard/pull/239) - Clarify purpose of `links`, add link to dataset identifier guidance in `id` description.
- [#241](https://github.com/GFDRR/rdl-standard/pull/241) - Update schema and documentation URLs.
- [#242](https://github.com/GFDRR/rdl-standard/pull/242) - Remove redundant `minProperties` keywords, add missing `minLength` and `uniqueItems` keywords.
Expand Down
28 changes: 14 additions & 14 deletions schema/rdls_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"description": "The entity responsible for making the dataset available.",
"$ref": "#/$defs/Entity"
},
"version": {
"version": {issue
"title": "Dataset version",
"type": "string",
"description": "The version indicator (name or identifier) of the dataset.",
Expand Down Expand Up @@ -230,7 +230,7 @@
"hazard_primary": {
"title": "Primary hazard type",
"type": "string",
"description": "The primary hazard involved in the modelled scenario(s), from the closed [hazard type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#hazard_type).",
"description": "The primary hazard involved in the modelled scenario(s), from the closed [hazard type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#hazard_type).",
"codelist": "hazard_type.csv",
"openCodelist": false,
"enum": [
Expand All @@ -250,7 +250,7 @@
"hazard_secondary": {
"title": "Secondary hazard type",
"type": "string",
"description": "The secondary hazard involved in the modelled scenario(s), from the closed [hazard type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#hazard_type).",
"description": "The secondary hazard involved in the modelled scenario(s), from the closed [hazard type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#hazard_type).",
"codelist": "hazard_type.csv",
"openCodelist": false,
"enum": [
Expand All @@ -270,7 +270,7 @@
"hazard_process_primary": {
"title": "Primary hazard process",
"type": "string",
"description": "The primary hazard process involved in the modelled scenario(s), from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#hazard_process_type).",
"description": "The primary hazard process involved in the modelled scenario(s), from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#hazard_process_type).",
"codelist": "process_type.csv",
"openCodelist": false,
"enum": [
Expand Down Expand Up @@ -309,7 +309,7 @@
"hazard_process_secondary": {
"title": "Secondary hazard process",
"type": "string",
"description": "The secondary hazard process involved in the modelled scenario(s), from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#hazard_process_type).",
"description": "The secondary hazard process involved in the modelled scenario(s), from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#hazard_process_type).",
"codelist": "process_type.csv",
"openCodelist": false,
"enum": [
Expand Down Expand Up @@ -348,7 +348,7 @@
"hazard_analysis_type": {
"title": "Hazard analysis type",
"type": "string",
"description": "The type of analysis applied to the hazard data used in the modelled scenario(s), from the closed [analysis type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#analysis_type).",
"description": "The type of analysis applied to the hazard data used in the modelled scenario(s), from the closed [analysis type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#analysis_type).",
"codelist": "analysis_type.csv",
"openCodelist": false,
"enum": [
Expand All @@ -359,7 +359,7 @@
},
"intensity": {
"title": "Hazard intensity measurement",
"description": "The metric and units the hazard intensity measurement is given in, from the open [intensity measure codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#IMT).",
"description": "The metric and units the hazard intensity measurement is given in, from the open [intensity measure codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#IMT).",
"type": "string",
"codelist": "IMT.csv",
"openCodelist": true,
Expand Down Expand Up @@ -969,7 +969,7 @@
"countries": {
"title": "Countries",
"type": "array",
"description": "The countries covered by the geographical area, from the closed [country codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#country).",
"description": "The countries covered by the geographical area, from the closed [country codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#country).",
"items": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -1267,7 +1267,7 @@
"scale": {
"title": "Spatial scale",
"type": "string",
"description": "The spatial scale of the geographical area, from the closed [spatial scale codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#spatial_scale).",
"description": "The spatial scale of the geographical area, from the closed [spatial scale codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#spatial_scale).",
"codelist": "spatial_scale.csv",
"openCodelist": false,
"enum": [
Expand Down Expand Up @@ -1297,7 +1297,7 @@
"scheme": {
"title": "Scheme",
"type": "string",
"description": "The gazetteer from which the entry is drawn, from the open [location gazetteers codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#location_gazetteers).",
"description": "The gazetteer from which the entry is drawn, from the open [location gazetteers codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#location_gazetteers).",
"codelist": "location_gazetteers.csv",
"openCodelist": true,
"minLength": 1
Expand Down Expand Up @@ -1325,7 +1325,7 @@
"type": {
"title": "Type",
"type": "string",
"description": "The GeoJSON geometry type that is described by `.coordinates`, from the closed [geometry_type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#geometry_type).",
"description": "The GeoJSON geometry type that is described by `.coordinates`, from the closed [geometry_type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#geometry_type).",
"codelist": "geometry_type.csv",
"openCodelist": false,
"enum": [
Expand Down Expand Up @@ -1408,7 +1408,7 @@
},
"processes": {
"title": "Hazard processes",
"description": "The hazard process types for this hazard, from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#process_type).",
"description": "The hazard process types for this hazard, from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#process_type).",
"type": "array",
"items": {
"type": "string",
Expand Down Expand Up @@ -1452,7 +1452,7 @@
},
"intensity_measure": {
"title": "Intensity measure",
"description": "The metric and unit in which the intensity of this hazard is measured, from the open [intensity measure codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#IMT).",
"description": "The metric and unit in which the intensity of this hazard is measured, from the open [intensity measure codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#IMT).",
"type": "string",
"codelist": "IMT.csv",
"openCodelist": true,
Expand Down Expand Up @@ -1493,7 +1493,7 @@
},
"processes": {
"title": "Hazard processes",
"description": "The hazard process types for this hazard, from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists.html#process_type).",
"description": "The hazard process types for this hazard, from the closed [hazard process type codelist](https://docs.riskdatalibrary.org/en/{{version}}/reference/codelists#process_type).",
"type": "array",
"items": {
"type": "string",
Expand Down

0 comments on commit ca88677

Please sign in to comment.