You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ Project Objectives
14
14
- Provide OpenAPI description writers for both V2 and V3 specification formats.
15
15
- Enable developers to create Readers that translate different data formats into OpenAPI descriptions.
16
16
17
-
# Readers
18
-
The OpenAPI.NET project holds the base object model for representing OpenAPI descriptions as .NET objects. Translation for different data types into this object model is handled by reading raw JSON/YAML or from individual "Readers", a number of which are in the works.
17
+
# Processors
18
+
The OpenAPI.NET project holds the base object model for representing OpenAPI documents as .NET objects. Some developers have found the need to write processors that convert other data formats into this OpenAPI.NET object model. We'd like to curate that list of processors in this section of the readme.
19
19
20
-
The base JSON and YAML Readers are built into this project. Below is the list of supported "reader" projects.
20
+
The base JSON and YAML processors are built into this project. Below is the list of the other supported processor projects.
21
21
22
-
-.NET Comment Reader: [Coming Soon]
22
+
-[**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.
0 commit comments