Renamed indicator `description`/`detail` to `htmlDescription`/`htmlDetail`:

Communicated and agreed with HC.
EH/population-statistics-authorisation
Reinier Zwitserloot 1 year ago
parent 88fbbb8643
commit 92251e2b58
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -14,10 +14,10 @@ properties:
$ref: 'Indicator.yaml#/properties/type' $ref: 'Indicator.yaml#/properties/type'
refDate: refDate:
$ref: 'IndicatorSet.yaml#/properties/refDate' $ref: 'IndicatorSet.yaml#/properties/refDate'
description: htmlDescription:
description: A more detailed description of what this indicator calculates. *HTML* description: A more detailed description of what this indicator calculates. *HTML*
type: string type: string
descriptionDetail: htmlDescriptionDetail:
description: |- description: |-
*OPTIONAL* A description of which exact formulas and codes are checked to calculate this indicator. *HTML*. *OPTIONAL* A description of which exact formulas and codes are checked to calculate this indicator. *HTML*.
type: string type: string

@ -14,10 +14,10 @@ properties:
$ref: 'Indicator.yaml#/properties/type' $ref: 'Indicator.yaml#/properties/type'
refDate: refDate:
$ref: 'IndicatorSet.yaml#/properties/refDate' $ref: 'IndicatorSet.yaml#/properties/refDate'
description: htmlDescription:
$ref: 'IndicatorDetail.yaml#/properties/description' $ref: 'IndicatorDetail.yaml#/properties/htmlDescription'
descriptionDetail: htmlDescriptionDetail:
$ref: 'IndicatorDetail.yaml#/properties/descriptionDetail' $ref: 'IndicatorDetail.yaml#/properties/htmlDescriptionDetail'
xMin: xMin:
$ref: 'Indicator.yaml#/properties/xMin' $ref: 'Indicator.yaml#/properties/xMin'
xMax: xMax:

Loading…
Cancel
Save