-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalidation-failure-example-filters.json
More file actions
104 lines (104 loc) · 2.7 KB
/
Copy pathvalidation-failure-example-filters.json
File metadata and controls
104 lines (104 loc) · 2.7 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"contracts": [
"edgp.graph.snapshot.v1",
"edgp.report.bundle.archive.v1",
"edgp.report.bundle.v1",
"edgp.unknown.report.v1"
],
"exampleCount": 28,
"ids": [
"archive-missing",
"bundle-digest-invalid",
"bundle-digest-mismatch",
"bundle-invalid",
"bundle-source-kind-invalid",
"graph-missing-edge-count",
"html-digest-mismatch",
"html-missing",
"index-invalid",
"index-missing",
"json-schema-unsupported",
"manifest-invalid",
"manifest-invalid-json",
"manifest-missing",
"manifest-missing-field",
"manifest-schema-mismatch",
"manifest-unknown-field",
"report-count-mismatch",
"report-digest-invalid",
"report-field-invalid",
"report-href-invalid",
"report-invalid",
"report-missing-field",
"report-summary-invalid",
"report-unknown-field",
"reports-invalid",
"source-digest-mismatch",
"source-missing"
],
"schema": "edgp.validation.failure.example.filters.v1",
"sourceSchema": "edgp.validation.failure.example.index.v1",
"targetTypes": [
"json-file",
"report-bundle",
"report-bundle-archive"
],
"validationFailureCodes": [
"bundle.bundleDigestInvalid",
"bundle.bundleDigestMismatch",
"bundle.bundleInvalid",
"bundle.bundleSourceKindInvalid",
"bundle.htmlDigestMismatch",
"bundle.htmlMissing",
"bundle.indexInvalid",
"bundle.indexMissing",
"bundle.manifestInvalid",
"bundle.manifestInvalidJson",
"bundle.manifestMissing",
"bundle.manifestMissingField",
"bundle.manifestSchemaMismatch",
"bundle.manifestUnknownField",
"bundle.reportCountMismatch",
"bundle.reportDigestInvalid",
"bundle.reportFieldInvalid",
"bundle.reportHrefInvalid",
"bundle.reportInvalid",
"bundle.reportMissingField",
"bundle.reportSummaryInvalid",
"bundle.reportUnknownField",
"bundle.reportsInvalid",
"bundle.sourceDigestMismatch",
"bundle.sourceMissing",
"bundleArchive.archiveMissing",
"requiredMissing",
"schemaUnsupported"
],
"verificationFailureCodes": [
"archiveMissing",
"bundleDigestInvalid",
"bundleDigestMismatch",
"bundleInvalid",
"bundleSourceKindInvalid",
"htmlDigestMismatch",
"htmlMissing",
"indexInvalid",
"indexMissing",
"manifestInvalid",
"manifestInvalidJson",
"manifestMissing",
"manifestMissingField",
"manifestSchemaMismatch",
"manifestUnknownField",
"reportCountMismatch",
"reportDigestInvalid",
"reportFieldInvalid",
"reportHrefInvalid",
"reportInvalid",
"reportMissingField",
"reportSummaryInvalid",
"reportUnknownField",
"reportsInvalid",
"sourceDigestMismatch",
"sourceMissing"
]
}