Skip to content

Commit ea3b619

Browse files
committed
Adding OData processor to readme.
1 parent d71e9b0 commit ea3b619

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 represetntation of the Entity Data Model (EDM) into OpenAPI.NET document object.
24+
2325
# Example Usage
2426

2527
Creating an OpenAPI Document

0 commit comments

Comments
 (0)