diff --git a/docs/projects/amt/reporting-standard/latest.md b/docs/projects/amt/reporting-standard/latest.md index 9cd2a33d..945736ff 100644 --- a/docs/projects/amt/reporting-standard/latest.md +++ b/docs/projects/amt/reporting-standard/latest.md @@ -119,11 +119,11 @@ There can be multiple instruments. For each instrument the following fields are 2. `path` (REQUIRED). The traversed path through the decision tree. 1. `question` (REQUIRED, string). The question id of the question. 2. `answer` (REQUIRED, enum[string]). The answer to the question. The only valid values are `yes` or `no`. -9. `requirements` (OPTIONAL). To store the applicable requirements. +9. `requirements` (OPTIONAL, list). To store the applicable requirements. 1. `urn` (REQUIRED, string). The URN of the requirement (from Algoritmekader). 2. `state` (REQUIRED, string). The state of the requirement. 3. `version` (OPTIONAL, string). The version of the Algoritmekader. -10. `measures` (OPTIONAL). To store the applicable measures. +10. `measures` (OPTIONAL, list). To store the applicable measures. 1. `urn` (REQUIRED, string). The URN of the measure (from Algoritmekader). 2. `state` (REQUIRED, string). 3. `value` (REQUIRED, string). Description on how the measure is implemented.