You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/deepwork/jobs/JOBS-REQ-004-quality-review-system.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The quality review system evaluates step outputs against defined quality criteri
15
15
### JOBS-REQ-004.2: JSON Schema Validation
16
16
17
17
1.`validate_json_schemas()` MUST check all `file_path` type outputs that have a `json_schema` defined on their `StepArgument`.
18
-
2. For each such output, the file content MUST be parsed and validated against the schema. Files with `.yml` or `.yaml` extensions MUST be parsed as YAML; all other files MUST be parsed as JSON.
18
+
2. For each such output, the file content MUST be parsed as YAML (which is a superset of JSON) and validated against the schema.
19
19
3. If file parsing fails, the error MUST be included in the returned error list.
20
20
4. If schema validation fails, the error MUST be included in the returned error list.
21
21
5. Files that do not exist MUST be skipped (not treated as errors by this function).
0 commit comments