mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
3.0 and 2.0 do not work, there are multiple versions and anything with a period in it sucks from my point of view, v2 and v3 feel much better from a DX perspective.
11 lines
218 B
Go
11 lines
218 B
Go
// Copyright 2022 Princess B33f Heavy Industries / Dave Shanley
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package v3
|
|
|
|
const (
|
|
NameLabel = "name"
|
|
DescriptionLabel = "description"
|
|
ExternalDocsLabel = "externalDocs"
|
|
)
|