From ea3b6197b14c01fdde1271ba362006627a2b8d8d Mon Sep 17 00:00:00 2001 From: Eric Langland Date: Thu, 27 Sep 2018 17:43:52 -0700 Subject: [PATCH 1/2] Adding OData processor to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73e262ecb..644c1101c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ The base JSON and YAML processors are built into this project. Below is the list - [**C# Comment / Annotation Processor**](https://github.com/Microsoft/OpenAPI.NET.CSharpAnnotations) : Converts standard .NET annotations ( /// comments ) emitted from your build (MSBuild.exe) into OpenAPI.NET document object. +- [**OData CSDL Processor**](https://github.com/Microsoft/OpenAPI.NET.OData) : Converts the XML represetntation of the Entity Data Model (EDM) into OpenAPI.NET document object. + # Example Usage Creating an OpenAPI Document From 7a5c39ae3dcea1971df30eccd7769cd7dcf2e66b Mon Sep 17 00:00:00 2001 From: Eric Langland Date: Fri, 28 Sep 2018 09:31:08 -0700 Subject: [PATCH 2/2] changing working --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644c1101c..ac8980be6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The base JSON and YAML processors are built into this project. Below is the list - [**C# Comment / Annotation Processor**](https://github.com/Microsoft/OpenAPI.NET.CSharpAnnotations) : Converts standard .NET annotations ( /// comments ) emitted from your build (MSBuild.exe) into OpenAPI.NET document object. -- [**OData CSDL Processor**](https://github.com/Microsoft/OpenAPI.NET.OData) : Converts the XML represetntation of the Entity Data Model (EDM) into OpenAPI.NET document object. +- [**OData CSDL Processor**](https://github.com/Microsoft/OpenAPI.NET.OData) : Converts the XML representation of the Entity Data Model (EDM) describing an OData Service into OpenAPI.NET document object. # Example Usage