diff --git a/output/schema.json b/output/schema.json index 8487a290..b4cc9cec 100644 --- a/output/schema.json +++ b/output/schema.json @@ -24,7 +24,7 @@ "type": "string", "format": "json-pointer" }, - "nested": { + "details": { "$ref": "#/$defs/outputUnitArray" }, "annotations": { @@ -84,11 +84,11 @@ "list": { "properties": { "valid": { "type": "boolean" }, - "nested": { + "details": { "$ref": "#/$defs/outputUnitArray" } }, - "required": [ "valid", "nested" ] + "required": [ "valid", "details" ] }, "hierarchical": { "$ref": "#/$defs/outputUnit" } }