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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,10 @@ The `arazzo` package provides an API for working with Arazzo documents including
69
69
70
70
The `openapi` package provides an API for working with OpenAPI documents including reading, creating, mutating, walking, validating and upgrading them. Supports both OpenAPI 3.0.x and 3.1.x specifications.
71
71
72
+
### [swagger](./swagger)
73
+
74
+
The `swagger` package provides an API for working with Swagger 2.0 documents including reading, creating, mutating, walking, validating, and upgrading them to OpenAPI 3.0.
75
+
72
76
### [overlay](./overlay)
73
77
74
78
The `overlay` package provides an API for working with OpenAPI Overlays including applying overlays to specifications, comparing specifications to generate overlays, and validating overlay documents.
@@ -93,7 +97,7 @@ go install github.com/speakeasy-api/openapi/cmd/openapi@latest
93
97
94
98
### Usage
95
99
96
-
The CLI provides three main command groups:
100
+
The CLI provides four main command groups:
97
101
98
102
-**`openapi spec`** - Commands for working with OpenAPI specifications ([documentation](./cmd/openapi/commands/openapi/README.md))
99
103
-`bootstrap` - Create a new OpenAPI document with best practice examples
@@ -109,6 +113,10 @@ The CLI provides three main command groups:
109
113
-`upgrade` - Upgrade an OpenAPI specification to the latest supported version
110
114
-`validate` - Validate an OpenAPI specification document
111
115
116
+
-**`openapi swagger`** - Commands for working with Swagger 2.0 documents ([documentation](./cmd/openapi/commands/swagger/README.md))
117
+
-`validate` - Validate a Swagger 2.0 specification document
118
+
-`upgrade` - Upgrade a Swagger 2.0 specification to OpenAPI 3.0
119
+
112
120
-**`openapi arazzo`** - Commands for working with Arazzo workflow documents ([documentation](./cmd/openapi/commands/arazzo/README.md))
113
121
-`validate` - Validate an Arazzo workflow document
0 commit comments