Skip to content

Commit 8b01cab

Browse files
authored
Update OpenAPIKit entry (#697)
1 parent 5d2c64f commit 8b01cab

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

src/content/tools/openapikit.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: OpenAPIKit
3-
description: Codable Swift types that encode to- and decode from OpenAPI 3.0.x and OpenAPI 3.1.x Documents and their components.
3+
description: |
4+
Codable Swift types that encode to- and decode from OpenAPI 3.0.x and OpenAPI
5+
3.1.x Documents and their components.
46
categories:
57
- parsers
68
- schema-validators
@@ -13,5 +15,15 @@ oasVersions:
1315
v2: false
1416
v3: true
1517
v3_1: true
16-
v3_2: false
18+
v3_2: true
1719
---
20+
21+
## Overview
22+
23+
OpenAPIKit is a library that provides Codable implementations for (almost) all of
24+
OpenAPI's structures. If your end goal is to read OpenAPI files into Swift,
25+
write OpenAPI files from Swift, or build Swift tooling on top of the OpenAPI
26+
specification, OpenAPIKit is a great foundation to build upon.
27+
28+
See the full [OpenAPIKit documentation](https://github.com/mattpolzin/OpenAPIKit/blob/main/README.md) for
29+
more information.

0 commit comments

Comments
 (0)