Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove sample property from ApiOperationRepresentation (#710)
Browse files Browse the repository at this point in the history
Co-authored-by: Farhad Alizada <falizada@microsoft.com>
  • Loading branch information
f-alizada and Farhad Alizada committed May 17, 2022
1 parent 43e6806 commit 4accf35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public class ApiOperationRepresentation

public string TypeName { get; set; }

public string Sample { get; set; }

public IDictionary<string, ParameterExampleContract> Examples { get; set; }
}
}

0 comments on commit 4accf35

Please sign in to comment.