Skip to content

Commit

Permalink
Fix validator out
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Feb 1, 2025
1 parent 5c2882a commit 3334e0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/validator.out
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,15 @@ sites/udmi_site_model/out/devices/GAT-123/events_discovery.out
"sub_folder" : "discovery",
"sub_type" : "events",
"status" : {
"message" : "discovery scan_family not defined",
"detail" : "events_discovery: discovery scan_family not defined REDACTED_ERROR",
"message" : "discovery family not defined",
"detail" : "events_discovery: discovery family not defined REDACTED_ERROR",
"category" : "validation.device.schema",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
},
"errors" : [ {
"message" : "discovery scan_family not defined",
"detail" : "events_discovery: discovery scan_family not defined REDACTED_ERROR",
"message" : "discovery family not defined",
"detail" : "events_discovery: discovery family not defined REDACTED_ERROR",
"category" : "validation.device.schema",
"timestamp" : "REDACTED_TIMESTAMP",
"level" : 500
Expand Down

0 comments on commit 3334e0d

Please sign in to comment.