-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathschema-validation.json
More file actions
68 lines (68 loc) · 1.5 KB
/
Copy pathschema-validation.json
File metadata and controls
68 lines (68 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"generatedAt": "2026-05-24T10:35:12Z",
"mode": "lightweight-required-fields-and-enums",
"limitations": "jsonschema is not installed; only top-level required-field and enum checks are performed.",
"schemaFiles": [
{
"file": "schemas/learning-event.schema.json",
"ok": true,
"error": null
},
{
"file": "schemas/repair-proposal.schema.json",
"ok": true,
"error": null
},
{
"file": "schemas/workflow-ir.schema.json",
"ok": true,
"error": null
},
{
"file": "schemas/workflow-metadata.schema.json",
"ok": true,
"error": null
}
],
"catalogChecks": [
{
"file": "catalog/workflows.index.json",
"exists": true,
"parse_ok": true,
"entries": 3181,
"sampled": 50,
"entriesWithErrors": 0,
"errorsSample": []
},
{
"file": "catalog/generated-workflows.index.json",
"exists": true,
"parse_ok": true,
"entries": 420,
"sampled": 50,
"entriesWithErrors": 0,
"errorsSample": []
},
{
"file": "catalog/unified-workflows.index.json",
"exists": true,
"parse_ok": true,
"entries": 3181,
"sampled": 50,
"entriesWithErrors": 0,
"errorsSample": []
}
],
"generatedIrChecks": {
"checked": 60,
"total": 420,
"errors": []
},
"passChecks": {
"schemasParse": true,
"catalogsParse": true,
"catalogEntriesValid": true,
"generatedIrValid": true
},
"allPassed": true
}