fix(Annotation): JsonIgnore-Attribut zu HorBoundAnnot und VerBoundAnnot hinzufügen
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
public class AnnotationParams
|
||||
{
|
||||
private Annotation? DefaultAnnotation { get; init; }
|
||||
public Annotation? DefaultAnnotation { get; init; }
|
||||
|
||||
private readonly Dictionary<string, Annotation> _annots = new();
|
||||
|
||||
public required Dictionary<string, Annotation> Annots
|
||||
public required Dictionary<string, Annotation> Annotations
|
||||
{
|
||||
get => _annots;
|
||||
init
|
||||
|
||||
Reference in New Issue
Block a user