Skip to content

Commit 9aa3e97

Browse files
authored
Merge pull request #324 from Microsoft/add-odata
Adding OData processor to readme.
2 parents aaf4161 + c0ee405 commit 9aa3e97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The base JSON and YAML processors are built into this project. Below is the list
2020

2121
- [**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.
2222

23+
- [**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.
24+
2325
# Example Usage
2426

2527
Creating an OpenAPI Document

0 commit comments

Comments
 (0)