From 1fa68738fb25acec32a7f9e5f42665b916a25e03 Mon Sep 17 00:00:00 2001 From: Ahmad Faiz Kamaludin Date: Sun, 5 Apr 2026 21:46:05 +0700 Subject: [PATCH] =?UTF-8?q?Add=20oaswrap/spec=20=E2=80=94=20Go=20OpenAPI?= =?UTF-8?q?=203.x=20specification=20builder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/tools/oaswrap-spec.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/tools/oaswrap-spec.md diff --git a/src/content/tools/oaswrap-spec.md b/src/content/tools/oaswrap-spec.md new file mode 100644 index 00000000..3e6b25d6 --- /dev/null +++ b/src/content/tools/oaswrap-spec.md @@ -0,0 +1,15 @@ +--- +name: oaswrap/spec +description: A lightweight, framework-agnostic OpenAPI 3.x specification builder for Go that generates API docs programmatically using pure Go code without annotations. +categories: + - openapi-aware-frameworks +link: https://oaswrap.github.io/docs/spec/introduction +languages: + golang: true +repo: https://github.com/oaswrap/spec +oasVersions: + v2: false + v3: true + v3_1: true + v3_2: false +---