Files
libopenapi/datamodel/high/v3/label_constants.go
Dave Shanley 3d5ecf0efb Refactored version directory names
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.
2022-09-16 08:33:39 -04:00

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"
)