Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
// SPDX-License-Identifier: Apache-2.0

// Package spec exposes an object model for OpenAPIv2 specifications (swagger).
//
// The exposed data structures know how to serialize to and deserialize from JSON.
package spec
12 changes: 7 additions & 5 deletions docs/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,22 @@ Standard documentation:
* [`CODE_OF_CONDUCT.md`](../CODE_OF_CONDUCT.md)
* [`SECURIY.md`](../SECURITY.md) policy: how to report vulnerabilities privately
* [`LICENSE`](../LICENSE) terms
<!--
* [`NOTICE`](../NOTICE) on supplementary license terms (original authors, copied code etc)
-->

Reference documentation (released):

* [godoc](https://pkg.go/dev/go-openapi/jsonpointer)
* [godoc](https://pkg.go.dev/github.com/go-openapi/spec)

## TODOs & other ideas

A few things remain ahead to ease a bit a maintainer's job:

* reuse CI workflows (e.g. in `github.com/go-openapi/workflows`)
* reusable actions with custom tools pinned (e.g. in `github.com/go-openapi/gh-actions`)
* [x] reuse CI workflows (e.g. in `github.com/go-openapi/workflows`)
* [x] reusable actions with custom tools pinned (e.g. in `github.com/go-openapi/gh-actions`)
* open-source license checks
* auto-merge for CONTRIBUTORS.md (requires a github app to produce tokens)
* more automated code renovation / relinting work (possibly built with CLAUDE)
* [x] auto-merge for CONTRIBUTORS.md (requires a github app to produce tokens)
* [ ] more automated code renovation / relinting work (possibly built with CLAUDE) (ongoing)
* organization-level documentation web site
* ...