Ensure that data_kind it not optinal
All checks were successful
Generate and Release Protos / release (push) Successful in 30s
All checks were successful
Generate and Release Protos / release (push) Successful in 30s
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
},
|
||||
"payload": {}
|
||||
},
|
||||
"required": ["service_name", "service_id", "data_type", "sent_timestamp"],
|
||||
"required": ["service_name", "service_id", "data_type", "data_kind", "sent_timestamp"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user