diff --git a/docs/about/changelog.md b/docs/about/changelog.md index de42dd0d..b14db621 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -73,6 +73,7 @@ This page lists changes to the Risk Data Library Standard. - Use jsonschema Sphinx directive to generate schema reference tables from schema. - Restructure reference documentation. - Update `manage.py pre-commmit` to generate sub-schema reference. +- [#169](https://github.com/GFDRR/rdl-standard/pull/169) - Uncollapse `event_sets` in `hazard` reference table. - [#146](https://github.com/GFDRR/rdl-standard/pull/146) - Update introduction to the RDLS reference section. ### Non-normative documentation diff --git a/docs/reference/schema.md b/docs/reference/schema.md index 8129e64a..dd7e2167 100644 --- a/docs/reference/schema.md +++ b/docs/reference/schema.md @@ -140,7 +140,7 @@ The hazard component uses hazard_type, process_type and intensity_measure consis ```{jsonschema} ../../docs/_readthedocs/html/rdl_schema_0.1.json --- pointer: /anyOf/0/properties/hazard -collapse: event_sets +collapse: event_sets/0/hazards,event_sets/0/spatial,event_sets/0/temporal,event_sets/0/events addtargets: --- ```