From dd67aae8a1dc3bc08e0961e0691117b7365ec83b Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Mon, 11 Mar 2024 12:28:36 +0000 Subject: [PATCH] Move source to the errors array --- .../com.snowplowanalytics.snowplow/failure/jsonschema/1-0-0 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/schemas/com.snowplowanalytics.snowplow/failure/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.snowplow/failure/jsonschema/1-0-0 index 06977e5c..47248dde 100644 --- a/schemas/com.snowplowanalytics.snowplow/failure/jsonschema/1-0-0 +++ b/schemas/com.snowplowanalytics.snowplow/failure/jsonschema/1-0-0 @@ -8,10 +8,6 @@ }, "type": "object", "properties": { - "source": { - "type": ["string", "null"], - "description": "Source of the error. If the failure happened during enrichment, it'll be the enriched field - for example `user_ipaddress`, `unstruct` or `contexts`" - }, "failureType": { "type": "string", "description": "Classification of the failure. For example, validation error." @@ -21,7 +17,7 @@ "items": { "type": "object" }, - "description": "A list of errors encountered, and supporting information about the error." + "description": "A list of errors encountered, and supporting information about the error. Each entry should always have at least a message field and a source field." }, "schema": { "type": ["string", "null"],