Skip to content

Commit

Permalink
Rename JSONSchema.cs to JsonSchema.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed May 11, 2016
1 parent 01d7a12 commit e0fde05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public override bool Equals(object obj)
Equals(Title, rhs.Title) &&
Equals(Ref, rhs.Ref) &&
Equals(Items, rhs.Items) &&
Equals(Description, rhs.Description) &&
Equals(JsonType, rhs.JsonType) &&
Equals(AdditionalProperties, rhs.AdditionalProperties) &&
Equals(Enum, rhs.Enum) &&
Expand Down

0 comments on commit e0fde05

Please sign in to comment.