azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

SchemaMetadataProvider sets visible to the Required FieldAttribute value instead of to Visible property value #790

Closed JohnPKosh closed 2 years ago

JohnPKosh commented 2 years ago

Line # 132 appears as copy paste issue:

      data.AddAttributeNode("required", fatr.Required);
      data.AddAttributeNode("visible", fatr.Required);