Skip to content

Commit

Permalink
Cleanup validator out
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Nov 23, 2024
1 parent 8082b84 commit 998dd7c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions etc/validator.out
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sites/udmi_site_model/out/devices/AHU-1/events_pointset.out
"sub_type" : "events",
"status" : {
"message" : "Multiple validation errors",
"detail" : "Timestamp skew REDACTED_DURATION (REDACTED_TIMESTAMP to REDACTED_TIMESTAMP) exceeds REDACTED_DURATION threshold; While converting to json node: 1 schema violations found",
"detail" : "Timestamp skew REDACTED_DURATION (REDACTED_TIMESTAMP to REDACTED_TIMESTAMP) exceeds REDACTED_DURATION threshold; 1 schema violations found",
"category" : "validation.device.multiple",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
Expand All @@ -82,8 +82,8 @@ sites/udmi_site_model/out/devices/AHU-1/events_pointset.out
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
}, {
"message" : "While converting to json node: 1 schema violations found",
"detail" : "events_pointset: While converting to json node: 1 schema violations found REDACTED_ERROR; 1 schema violations found; object instance has properties which are not allowed by the schema: [\"extraField\"]",
"message" : "1 schema violations found",
"detail" : "events_pointset: 1 schema violations found; object instance has properties which are not allowed by the schema: [\"extraField\"]",
"category" : "validation.device.schema",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
Expand Down Expand Up @@ -145,7 +145,7 @@ sites/udmi_site_model/out/devices/AHU-1/state.out
"sub_type" : "state",
"status" : {
"message" : "Multiple validation errors",
"detail" : "Timestamp skew REDACTED_DURATION (REDACTED_TIMESTAMP to REDACTED_TIMESTAMP) exceeds REDACTED_DURATION threshold; While converting to json node: 1 schema violations found",
"detail" : "Timestamp skew REDACTED_DURATION (REDACTED_TIMESTAMP to REDACTED_TIMESTAMP) exceeds REDACTED_DURATION threshold; 1 schema violations found",
"category" : "validation.device.multiple",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
Expand All @@ -157,8 +157,8 @@ sites/udmi_site_model/out/devices/AHU-1/state.out
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
}, {
"message" : "While converting to json node: 1 schema violations found",
"detail" : "state_update: While converting to json node: 1 schema violations found REDACTED_ERROR; 1 schema violations found; /system: object instance has properties which are not allowed by the schema: [\"extraField\"]",
"message" : "1 schema violations found",
"detail" : "state_update: 1 schema violations found; /system: object instance has properties which are not allowed by the schema: [\"extraField\"]",
"category" : "validation.device.schema",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
Expand Down Expand Up @@ -411,15 +411,15 @@ sites/udmi_site_model/out/devices/GAT-123/events_discovery.out
"sub_folder" : "discovery",
"sub_type" : "events",
"status" : {
"message" : "While converting to json node: 1 schema violations found",
"detail" : "events_discovery: While converting to json node: 1 schema violations found REDACTED_ERROR; 1 schema violations found; object has missing required properties ([\"scan_family\"])",
"message" : "1 schema violations found",
"detail" : "events_discovery: 1 schema violations found; object has missing required properties ([\"scan_family\"])",
"category" : "validation.device.schema",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
},
"errors" : [ {
"message" : "While converting to json node: 1 schema violations found",
"detail" : "events_discovery: While converting to json node: 1 schema violations found REDACTED_ERROR; 1 schema violations found; object has missing required properties ([\"scan_family\"])",
"message" : "1 schema violations found",
"detail" : "events_discovery: 1 schema violations found; object has missing required properties ([\"scan_family\"])",
"category" : "validation.device.schema",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
Expand Down

0 comments on commit 998dd7c

Please sign in to comment.