From 92251e2b58525cb0951720f402e0d6307a72a99e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 15 Jul 2024 02:49:59 +0200 Subject: [PATCH] Renamed indicator `description`/`detail` to `htmlDescription`/`htmlDetail`: Communicated and agreed with HC. --- schemas/IndicatorDetail.yaml | 4 ++-- schemas/IndicatorParticipants.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/schemas/IndicatorDetail.yaml b/schemas/IndicatorDetail.yaml index ea8e016..d660aec 100644 --- a/schemas/IndicatorDetail.yaml +++ b/schemas/IndicatorDetail.yaml @@ -14,10 +14,10 @@ properties: $ref: 'Indicator.yaml#/properties/type' refDate: $ref: 'IndicatorSet.yaml#/properties/refDate' - description: + htmlDescription: description: A more detailed description of what this indicator calculates. *HTML* type: string - descriptionDetail: + htmlDescriptionDetail: description: |- *OPTIONAL* A description of which exact formulas and codes are checked to calculate this indicator. *HTML*. type: string diff --git a/schemas/IndicatorParticipants.yaml b/schemas/IndicatorParticipants.yaml index 31513c2..eed88fc 100644 --- a/schemas/IndicatorParticipants.yaml +++ b/schemas/IndicatorParticipants.yaml @@ -14,10 +14,10 @@ properties: $ref: 'Indicator.yaml#/properties/type' refDate: $ref: 'IndicatorSet.yaml#/properties/refDate' - description: - $ref: 'IndicatorDetail.yaml#/properties/description' - descriptionDetail: - $ref: 'IndicatorDetail.yaml#/properties/descriptionDetail' + htmlDescription: + $ref: 'IndicatorDetail.yaml#/properties/htmlDescription' + htmlDescriptionDetail: + $ref: 'IndicatorDetail.yaml#/properties/htmlDescriptionDetail' xMin: $ref: 'Indicator.yaml#/properties/xMin' xMax: