mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-11 04:20:24 +00:00
Added contains, minContains and maxContains to schema #28
Added support for missing 3.1 schema properties, however it does not cover the `boolean` case
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
XMLLabel = "xml"
|
||||
ItemsLabel = "items"
|
||||
PrefixItemsLabel = "prefixItems"
|
||||
ContainsLabel = "contains"
|
||||
AllOfLabel = "allOf"
|
||||
AnyOfLabel = "anyOf"
|
||||
OneOfLabel = "oneOf"
|
||||
|
||||
Reference in New Issue
Block a user