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
The **OpenAPI.NET** SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OAI JSON and YAML documents from the model.
10
10
@@ -19,10 +19,10 @@ Project Objectives
19
19
# Readers
20
20
The OpenAPI.NET project holds the base object model for representing OAI documents as .NET objects. Translation for different data types into this object model is handled by individual "Readers".
21
21
22
-
The base JSON and YAML Readers are built into this project as documented "here". Below are a few other custom Readers developed externally.
22
+
The base JSON and YAML Readers are built into this project as documented "here". Below are a few other custom Readers developed externally.
0 commit comments