addedInput schema / properties / holder
Added value: +{
+ "description": "Whose account it is. Optional; without it eligibility is stated, not decided.",
+ "enum": [
+ "individual",
+ "small_business",
+ "company"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / escalation / items / properties / source
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / escalation / items / properties / status
Added value: +{
+ "enum": [
+ "open",
+ "later",
+ "conditional",
+ "closed"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / escalation / items / properties / statusNote
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / escalation / items / properties / who
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / escalation / items / required
Previous value: -[
- "name",
- "when",
- "how"
-]New value: +[
+ "name",
+ "when",
+ "how",
+ "who",
+ "status",
+ "statusNote"
+]
addedOutput schema / properties / verdict
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "headline",
- "firstSteps",
- "escalation",
- "deadlines",
- "service",
- "cautions",
- "articles",
- "complaintUrl"
-]New value: +[
+ "headline",
+ "verdict",
+ "firstSteps",
+ "escalation",
+ "deadlines",
+ "service",
+ "cautions",
+ "articles",
+ "complaintUrl"
+]