File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1+ // SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
2+ // SPDX-License-Identifier: Apache-2.0
3+
4+ // Package spec exposes an object model for OpenAPIv2 specifications (swagger).
5+ //
6+ // The exposed data structures know how to serialize to and deserialize from JSON.
7+ package spec
Original file line number Diff line number Diff line change @@ -138,20 +138,22 @@ Standard documentation:
138138* [ ` CODE_OF_CONDUCT.md ` ] ( ../CODE_OF_CONDUCT.md )
139139* [ ` SECURIY.md ` ] ( ../SECURITY.md ) policy: how to report vulnerabilities privately
140140* [ ` LICENSE ` ] ( ../LICENSE ) terms
141+ <!--
141142* [`NOTICE`](../NOTICE) on supplementary license terms (original authors, copied code etc)
143+ -->
142144
143145Reference documentation (released):
144146
145- * [ godoc] ( https://pkg.go/ dev/go-openapi/jsonpointer )
147+ * [ godoc] ( https://pkg.go. dev/github.com/ go-openapi/spec )
146148
147149## TODOs & other ideas
148150
149151A few things remain ahead to ease a bit a maintainer's job:
150152
151- * reuse CI workflows (e.g. in ` github.com/go-openapi/workflows ` )
152- * reusable actions with custom tools pinned (e.g. in ` github.com/go-openapi/gh-actions ` )
153+ * [x] reuse CI workflows (e.g. in ` github.com/go-openapi/workflows ` )
154+ * [x] reusable actions with custom tools pinned (e.g. in ` github.com/go-openapi/gh-actions ` )
153155* open-source license checks
154- * auto-merge for CONTRIBUTORS.md (requires a github app to produce tokens)
155- * more automated code renovation / relinting work (possibly built with CLAUDE)
156+ * [x] auto-merge for CONTRIBUTORS.md (requires a github app to produce tokens)
157+ * [ ] more automated code renovation / relinting work (possibly built with CLAUDE) (ongoing )
156158* organization-level documentation web site
157159* ...
You can’t perform that action at this time.
0 commit comments