mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:36:30 +00:00
update validation logic
This commit is contained in:
@@ -31,6 +31,9 @@ public class Annotation
|
||||
[IgnoreMember]public SourceEnum Source { get; set; }
|
||||
[IgnoreMember]public AnnotationStatus AnnotationStatus { get; set; }
|
||||
|
||||
[IgnoreMember]public DateTime ValidateDate { get; set; }
|
||||
[IgnoreMember]public string ValidateEmail { get; set; } = null!;
|
||||
|
||||
[Key("d")] public IEnumerable<Detection> Detections { get; set; } = null!;
|
||||
[Key("t")] public long Milliseconds { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user