Skip to content

Commit

Permalink
Merge branch 'dev' into 221-distaster-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen authored Sep 1, 2023
2 parents ba1d96c + a4fd40a commit 9391dc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,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.
- [#233](https://github.com/GFDRR/rdl-standard/pull/233) - Rename authorNames to `author_names`, datePublished to `date_published` and gazetteerEntries to `gazetteer_entries`.

### Codelists

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ The following diagram shows key vulnerability component fields, with required fi
"unit": ""
},
"functions": {
"vulnerabiity": "",
"vulnerability": "",
"fragility": "",
"damage_to_loss": "",
"engineering_demand": ""
Expand Down Expand Up @@ -927,7 +927,7 @@ jsonpointer: /$defs/Gazetteer_entry/description

This sub-schema is referenced by the following properties:

- [`Location/gazetteerEntries`](rdls_schema.json,/$defs/Location,gazetteerEntries)
- [`Location/gazetteer_entries`](rdls_schema.json,/$defs/Location,gazetteer_entries)

Each `Gazetteer_entry` has the following fields:

Expand Down
6 changes: 3 additions & 3 deletions schema/rdls_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@
"description": "The name or title of the resource.",
"minLength": 1
},
"authorNames": {
"author_names": {
"title": "Author names",
"type": "array",
"description": "The names of the authors of the resource.",
Expand All @@ -989,7 +989,7 @@
"minItems": 1,
"uniqueItems": true
},
"datePublished": {
"date_published": {
"title": "Publication date",
"type": "string",
"description": "The date that the resource was first published.",
Expand Down Expand Up @@ -1379,7 +1379,7 @@
"minItems": 1,
"uniqueItems": true
},
"gazetteerEntries": {
"gazetteer_entries": {
"title": "Gazetteer entries",
"type": "array",
"description": "Entries from geographical indices or directories describing the geographical area. This field should be used to describe sub-national coverage. Use of ISO 3166-2 is recommended.",
Expand Down

0 comments on commit 9391dc9

Please sign in to comment.