ODataSwaggerConverter.GetSwaggerModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the Edm model to Swagger model.
public virtual Newtonsoft.Json.Linq.JObject GetSwaggerModel ();
abstract member GetSwaggerModel : unit -> Newtonsoft.Json.Linq.JObject
override this.GetSwaggerModel : unit -> Newtonsoft.Json.Linq.JObject
Public Overridable Function GetSwaggerModel () As JObject
Returns
Newtonsoft.Json.Linq.JObject
The Newtonsoft.Json.Linq.JObject represents the Swagger model.