-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In the 0.3-dev schema, an options keyword has been added to several properties:
vulnerability.functions.vulnerabilityvulnerability.functions.fragilityvulnerability.functions.damage_to_lossvulnerability.functions.engineering_demandvulnerability.socio_economic
For example:
rdl-standard/schema/rdls_schema.json
Lines 380 to 393 in da41d19
| "socio_economic": { | |
| "title": "Socio-economic indices", | |
| "type": "array", | |
| "description": "Array of socio-economic indices vulnerable to the hazard.", | |
| "items": { | |
| "$ref": "#/$defs/SocioEconomicIndex" | |
| }, | |
| "minItems": 1, | |
| "uniqueItems": true, | |
| "options": { | |
| "button_group": "socio_economic", | |
| "button_label": "Add Socio-Economic Index" | |
| } | |
| } |
@matamadio @stufraser1 I can't see this discussed anywhere, but I'm guessing it is to do with the behaviour of the metadata editor. Please could you clarify the purpose of the keyword?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels