Skip to content

Commit

Permalink
Update data models (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: openactive-bot <[email protected]>
  • Loading branch information
openactive-bot and openactive-bot authored Mar 25, 2021
1 parent 13c8b26 commit b741822
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OpenActive.NET/models/BooleanFormFieldSpecification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@ public override string ToString()
/// </summary>
[DataMember(Name = "@type", Order = 1)]
public override string Type => "BooleanFormFieldSpecification";

[Obsolete("This property is disinherited in this type, and must not be used.", true)]
public override bool? ValueRequired { get; set; }
}
}

0 comments on commit b741822

Please sign in to comment.