Skip to content

Commit

Permalink
docs/reference/schema.md: Update pointers in jsonschema directives
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Aug 7, 2023
1 parent 01b4f0e commit f018f0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The hazard component uses hazard_type, process_type and intensity_measure consis
```{jsonschema} ../../docs/_readthedocs/html/rdls_schema.json
---
pointer: /anyOf/0/properties/hazard
pointer: /properties/hazard
collapse: event_sets/0/hazards,event_sets/0/spatial,event_sets/0/temporal,event_sets/0/events
addtargets:
---
Expand Down Expand Up @@ -227,7 +227,7 @@ The exposure component uses exposure categories consistent with the vulnerabilit
```{jsonschema} ../../docs/_readthedocs/html/rdls_schema.json
---
pointer: /anyOf/1/properties/exposure
pointer: /properties/exposure
collapse: cost
addtargets:
---
Expand Down Expand Up @@ -301,7 +301,7 @@ The vulnerability component uses hazard_type, process_type and intensity_measure
```{jsonschema} ../../docs/_readthedocs/html/rdls_schema.json
---
pointer: /anyOf/2/properties/vulnerability
pointer: /properties/vulnerability
collapse: cost,impact,spatial,se_category
addtargets:
---
Expand Down Expand Up @@ -351,7 +351,7 @@ Loss datasets can be explicitly linked to the exposure, hazard, and vulnerabilit
```{jsonschema} ../../docs/_readthedocs/html/rdls_schema.json
---
pointer: /anyOf/3/properties/loss
pointer: /properties/loss
collapse: cost,impact
addtargets:
---
Expand Down

0 comments on commit f018f0b

Please sign in to comment.