diff --git a/docs/about/changelog.md b/docs/about/changelog.md index 13b6175..71f50d8 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -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 diff --git a/docs/reference/schema.md b/docs/reference/schema.md index 790d0d4..82455fd 100644 --- a/docs/reference/schema.md +++ b/docs/reference/schema.md @@ -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": "" @@ -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: diff --git a/schema/rdls_schema.json b/schema/rdls_schema.json index 20f340f..0bb046f 100644 --- a/schema/rdls_schema.json +++ b/schema/rdls_schema.json @@ -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.", @@ -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.", @@ -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.",