diff --git a/swagger.go b/swagger.go index e36d91b..9497823 100644 --- a/swagger.go +++ b/swagger.go @@ -30,3 +30,7 @@ const ( const ( SwaggerTypeKey = "type" ) + +const ( + SwaggerBaseObjectDefinitionName = "object_map" +)