mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
Continued pattern building, added info changes
tried to make some more generic patterns, but I think it's about as thin as it can be now, some boilerplate will be required. Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
@@ -42,4 +42,9 @@ const (
|
||||
URLLabel = "url"
|
||||
NameLabel = "name"
|
||||
EmailLabel = "email"
|
||||
TitleLabel = "title"
|
||||
TermsOfServiceLabel = "termsOfService"
|
||||
VersionLabel = "version"
|
||||
LicenseLabel = "license"
|
||||
ContactLabel = "contact"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user