-      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     None14KL    None*-./035CN| A simple object to allow referencing other definitions in the specification. It can be used to reference parameters and responses that are defined at the top level for reuse.#CAllows referencing an external resource for extended documentation.%fA short description of the target documentation. GFM syntax can be used for rich text representation.&%The URL for the target documentation.'8Allows adding meta data to a single tag that is used by SwaggerOperation!. It is not mandatory to have a  SwaggerTag per tag used there.)The name of the tag.*VA short description for the tag. GFM syntax can be used for rich text representation.+/Additional external documentation for this tag.,Lists the required security schemes to execute this operation. The object can have multiple security schemes declared in it which are all required (that is, there is a logical AND between the schemes).1 The type of the security scheme.2(A short description for security scheme.9,The flow used by the OAuth2 security scheme.:4The available scopes for the OAuth2 security scheme.@NThe token URL to be used for OAuth2 flow. This SHOULD be in the form of a URL.AVThe authorization URL to be used for OAuth2 flow. This SHOULD be in the form of a URL.D5The name of the header or query parameter to be used.EThe location of the API key.FThe location of the API key.N"A short description of the header.OThe type of the object.PbThe extending format for the previously mentioned type. See Data Type Formats for further details.QRequired if type is ,. Describes the type of items in the array.RLDetermines the format of the array if type array is used. Default value is .U2Describes a single response from an API Operation.WZA short description of the response. GFM syntax can be used for rich text representation.X;A definition of the response structure. It can be a primitive, an array or an object. If this field does not exist, it means no content is returned as part of the response. As an extension to the Schema Object, its root type value may also be "file". This SHOULD be accompanied by a relevant produces mime-type.Y2A list of headers that are sent with the response.Z#An example of the response message.\tA container for the expected responses of an operation. The container maps a HTTP response code to the expected response. It is not expected from the documentation to necessarily cover all possible HTTP response codes, since they may not be known in advance. However, it is expected from the documentation to cover a successful operation response and any known errors.^The documentation of responses other than the ones declared for specific HTTP response codes. It can be used to cover undeclared responses._Any HTTP status code can be used as the property name (one property per HTTP status code). Describes the expected response for those HTTP status codes.bThe internal type of the array.c7The extending format for the previously mentioned type.dRequired if type is .+ Describes the type of items in the array.eLDetermines the format of the array if type array is used. Default value is .ilReplaces the name of the element/attribute used for the described schema property. When defined within the ` (items), it will affect the name of the individual XML elements within the list. When defined alongside type being array (outside the items), it will affect the wrapping element and only if wrapped is true. If wrapped is false, it will be ignored.jKThe URL of the namespace definition. Value SHOULD be in the form of a URL.k#The prefix to be used for the name.lmDeclares whether the property definition translates to an attribute instead of an element. Default value is False.maMAY be used only for an array definition. Signifies whether the array is wrapped (for example,  <books><book><book ></books>) or unwrapped (<book><book>). Default value is False`. The definition takes effect only when defined alongside type being array (outside the items).paDeclares the value of the parameter that the server will use if none is provided, for example a "count"< to control the number of results per page might default to 100 if not supplied by the client in the request. (Note: "default" has no meaning for required parameters.) Unlike JSON Schema this value MUST conform to the defined type for this parameter.*Determines the format of the nested array.Comma separated values: foo,bar.Space separated values: foo bar.Tab separated values: foo\tbar.Pipe separated values: foo|bar.#Determines the format of the array.Comma separated values: foo,bar.Space separated values: foo bar.Tab separated values: foo\tbar.Pipe separated values: foo|bar.^Corresponds to multiple parameter instances instead of multiple values for a single instance foo=bar&foo=baz(. This is valid only for parameters in  or .:Parameters that are appended to the URL. For example, in  /items?id=###, the query parameter is id.8Custom headers that are expected as part of the request.Used together with Path Templating, where the parameter value is actually part of the operation's URL. This does not include the host or base path of the API. For example, in items{itemId}, the path parameter is itemId.<Used to describe the payload of an HTTP request when either !application/x-www-form-urlencoded or multipart/form-dataL are used as the content type of the request (in Swagger's definition, the consumesq property of an operation). This is the only parameter type that can be used to send files, thus supporting the  type. Since form parameters are sent in the payload, they cannot be declared together with a body parameter for the same operation. Form parameters have a different format based on the content-type used (for further details, consult  :http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4).The location of the parameter.The type of the parameter. Since the parameter is not located at the request body, it is limited to simple types (that is, not an object). If type is , the consumes MUST be either "multipartform-data" or " application5x-www-form-urlencoded" and the parameter MUST be in .7The extending format for the previously mentioned type.QSets the ability to pass empty-valued parameters. This is valid only for either  or [ and allows you to send a parameter with a name only or an empty value. Default value is False.Required if type is ,. Describes the type of items in the array.&Determines the format of the array if  is used. Default value is csv.oDescribes a single operation parameter. A unique parameter is defined by a combination of a name and location.?The name of the parameter. Parameter names are case sensitive.A brief description of the parameter. This could contain examples of use. GFM syntax can be used for rich text representation.Determines whether this parameter is mandatory. If the parameter is in "path", this property is required and its value MUST be true. Otherwise, the property MAY be included and its default value is False.Parameter schema.+Describes a single API operation on a path.A list of tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier.A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.fA verbose explanation of the operation behavior. GFM syntax can be used for rich text representation.5Additional external documentation for this operation.Unique string used to identify the operation. The id MUST be unique among all operations described in the API. Tools and libraries MAY use the it to uniquely identify an operation, therefore, it is recommended to follow common programming naming conventions.DA list of MIME types the operation can consume. This overrides the swaggerConsumes. Just [], MAY be used to clear the global definition.DA list of MIME types the operation can produce. This overrides the swaggerProduces. Just [], MAY be used to clear the global definition.gA list of parameters that are applicable for this operation. If a parameter is already defined at the , the new definition will override it, but can never remove it. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a name and location.RThe list of possible responses as they are returned from executing this operation.>The transfer protocol for the operation. The value overrides swaggerSchemes.rDeclares this operation to be deprecated. Usage of the declared operation should be refrained. Default value is False.BA declaration of which security schemes are applied for this operation. The list of values describes alternative security schemes that can be used (that is, there is a logical OR between the security requirements). This definition overrides any declared top-level security. To remove a top-level security declaration, Just [] can be used.8Describes the operations available on a single path. A  may be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.-A definition of a GET operation on this path.-A definition of a PUT operation on this path..A definition of a POST operation on this path.0A definition of a DELETE operation on this path.1A definition of a OPTIONS operation on this path..A definition of a HEAD operation on this path./A definition of a PATCH operation on this path.-A list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed there. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a name and location./The available paths and operations for the API.SHolds the relative paths to the individual endpoints. The path is appended to the swaggerBasePath$ in order to construct the full URL.!The transfer protocol of the API.=The host (name or ip) serving the API. It MAY include a port. Host name.Optional port.(License information for the exposed API."The license name used for the API.&A URL to the license used for the API.(Contact information for the exposed API.8The identifying name of the contact person/organization.,The URL pointing to the contact information.5The email address of the contact person/organization.The object provides metadata about the API. The metadata can be used by the clients if needed, and can be presented in the Swagger-UI for convenience.The title of the application.]A short description of the application. GFM syntax can be used for rich text representation.!The Terms of Service for the API.,The contact information for the exposed API.,The license information for the exposed API.aProvides the version of the application API (not to be confused with the specification version).;This is the root document object for the API specification.TProvides metadata about the API. The metadata can be used by the clients if needed.The host (name or ip) serving the API. It MAY include a port. If the host is not included, the host serving the documentation is to be used (including the port).The base path on which the API is served, which is relative to the host. If it is not included, the API is served directly under the host. The value MUST start with a leading slash (/). The transfer protocol of the API. If the schemes is not included, the default scheme to be used is the one used to access the Swagger definition itself. sA list of MIME types the APIs can consume. This is global to all APIs but can be overridden on specific API calls. tA list of MIME types the APIs can produce. This is global to all APIs but can be overridden on specific API calls.  /The available paths and operations for the API. AAn object to hold data types produced and consumed by operations.An object to hold parameters that can be used across operations. This property does not define global parameters for all operations.An object to hold responses that can be used across operations. This property does not define global responses for all operations.FSecurity scheme definitions that can be used across the specification.A declaration of which security schemes are applied for the API as a whole. The list of values describes alternative security schemes that can be used (that is, there is a logical OR between the security requirements). Individual operations can override this definition.^A list of tags used by the specification with additional metadata. The order of the tags can be used to reflect on their order by the parsing tools. Not all tags that are used by the Operation Object must be declared. The tags that are not declared may be organized randomly or based on the tools' logic. Each tag name in the list MUST be unique."Additional external documentation.\ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstu !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     k     }~nopqrstuvwxyz{|ghijklm`abcdef\]^_[UVWXYZTLMNOPQRSIJKFGHBCDEA@;<=>?789:3456/012,-.'()*+#$%& !"876543210/.-,+*)('&%$#"! 99::;;<<==>>??@@AABBCCDDEEFFGGHIJutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLK !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuNone3579vwxyz{|}~     vwxyz{|}~~}|{zyxwv     vwxyz{|}~     None !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSUVWXYZ\]^_`abcdefghijklmnopqrstuvwxyz{|}~          '()*+`abcdefLMNOPQRSIJK}~nopqrstuvwxyz{|ghijklm\]^_UVWXYZ/0123456,-.BCDEFGH789:;<=>?A@#$%& !"      !"#$$%&&'())*+,--.//01234566789:;<=>?@@ABCDEFFGHHIJKLMNOPPQRSTUVVWXYYZ[\]^__`abcdeefghijklmnopqrstuvvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~swagg_GkAjg325pBVE9FUSJYspy4Data.Swagger.Internal.UtilsData.Swagger.InternalData.Swagger.Lens Data.Swagger SwaggerMonoid swaggerMemptyswaggerMappendGMonoidgmemptygmappendhashMapMapKeyshashMapTraverseKeyshashMapReadKeys jsonPrefix deriveToJSON'deriveJSONDefault deriveJSON'genericToJSONWithSubgenericParseJSONWithSub<+> withDefaults genericMemptygenericMappend$fSwaggerMonoidMaybe$fSwaggerMonoidText$fSwaggerMonoid[] $fGMonoidM1 $fGMonoidK1 $fGMonoid:*: $fGMonoidU1URLgetUrlSwaggerReferenced SwaggerRef SwaggerInlineSwaggerReferencegetSwaggerReferenceSwaggerExternalDocs_swaggerExternalDocsDescription_swaggerExternalDocsUrl SwaggerTag_swaggerTagName_swaggerTagDescription_swaggerTagExternalDocsSwaggerSecurityRequirementgetSwaggerSecurityRequirementSwaggerSecurityScheme_swaggerSecuritySchemeType!_swaggerSecuritySchemeDescriptionSwaggerSecuritySchemeTypeSwaggerSecuritySchemeBasicSwaggerSecuritySchemeApiKeySwaggerSecuritySchemeOAuth2SwaggerOAuth2Params_swaggerOAuth2Flow_swaggerOAuth2ScopesSwaggerOAuth2FlowSwaggerOAuth2ImplicitSwaggerOAuth2PasswordSwaggerOAuth2ApplicationSwaggerOAuth2AccessCodeTokenURLAuthorizationURLSwaggerApiKeyParams_swaggerApiKeyName_swaggerApiKeyInSwaggerApiKeyLocationSwaggerApiKeyQuerySwaggerApiKeyHeaderSwaggerExamplegetSwaggerExample SwaggerHeader_swaggerHeaderDescription_swaggerHeaderType_swaggerHeaderFormat_swaggerHeaderItems_swaggerHeaderCollectionFormat_swaggerHeaderCommon HeaderNameSwaggerResponse_swaggerResponseDescription_swaggerResponseSchema_swaggerResponseHeaders_swaggerResponseExamplesHttpStatusCodeSwaggerResponses_swaggerResponsesDefault_swaggerResponsesResponses SwaggerItems_swaggerItemsType_swaggerItemsFormat_swaggerItemsItems_swaggerItemsCollectionFormat_swaggerItemsCommon SwaggerXml_swaggerXmlName_swaggerXmlNamespace_swaggerXmlPrefix_swaggerXmlAttribute_swaggerXmlWrappedSwaggerSchemaCommon_swaggerSchemaDefault_swaggerSchemaMaximum_swaggerSchemaExclusiveMaximum_swaggerSchemaMinimum_swaggerSchemaExclusiveMinimum_swaggerSchemaMaxLength_swaggerSchemaMinLength_swaggerSchemaPattern_swaggerSchemaMaxItems_swaggerSchemaMinItems_swaggerSchemaUniqueItems_swaggerSchemaEnum_swaggerSchemaMultipleOfSwaggerSchemaItemsSwaggerSchemaItemsObjectSwaggerSchemaItemsArray SwaggerSchema_swaggerSchemaType_swaggerSchemaFormat_swaggerSchemaTitle_swaggerSchemaDescription_swaggerSchemaRequired_swaggerSchemaItems_swaggerSchemaAllOf_swaggerSchemaProperties"_swaggerSchemaAdditionalProperties_swaggerSchemaDiscriminator_swaggerSchemaReadOnly_swaggerSchemaXml_swaggerSchemaExternalDocs_swaggerSchemaExample_swaggerSchemaMaxProperties_swaggerSchemaMinProperties_swaggerSchemaCommonSwaggerParamNameSwaggerItemsCollectionFormatSwaggerItemsCollectionCSVSwaggerItemsCollectionSSVSwaggerItemsCollectionTSVSwaggerItemsCollectionPipesSwaggerSchemaTypeSwaggerSchemaArraySwaggerSchemaBooleanSwaggerSchemaIntegerSwaggerSchemaNumberSwaggerSchemaNullSwaggerSchemaObjectSwaggerSchemaStringSwaggerItemsTypeSwaggerItemsStringSwaggerItemsNumberSwaggerItemsIntegerSwaggerItemsBooleanSwaggerItemsArraySwaggerCollectionFormatSwaggerCollectionCSVSwaggerCollectionSSVSwaggerCollectionTSVSwaggerCollectionPipesSwaggerCollectionMulti SwaggerFormatSwaggerParameterLocationSwaggerParameterQuerySwaggerParameterHeaderSwaggerParameterPathSwaggerParameterFormDataSwaggerParameterTypeSwaggerParamStringSwaggerParamNumberSwaggerParamIntegerSwaggerParamBooleanSwaggerParamArraySwaggerParamFileSwaggerParameterOtherSchema_swaggerParameterOtherSchemaIn _swaggerParameterOtherSchemaType"_swaggerParameterOtherSchemaFormat+_swaggerParameterOtherSchemaAllowEmptyValue!_swaggerParameterOtherSchemaItems,_swaggerParameterOtherSchemaCollectionFormat"_swaggerParameterOtherSchemaCommonSwaggerParameterSchemaSwaggerParameterBodySwaggerParameterOtherSwaggerParameter_swaggerParameterName_swaggerParameterDescription_swaggerParameterRequired_swaggerParameterSchemaSwaggerMimeListgetSwaggerMimeListSwaggerOperation_swaggerOperationTags_swaggerOperationSummary_swaggerOperationDescription_swaggerOperationExternalDocs_swaggerOperationOperationId_swaggerOperationConsumes_swaggerOperationProduces_swaggerOperationParameters_swaggerOperationResponses_swaggerOperationSchemes_swaggerOperationDeprecated_swaggerOperationSecuritySwaggerPathItem_swaggerPathItemGet_swaggerPathItemPut_swaggerPathItemPost_swaggerPathItemDelete_swaggerPathItemOptions_swaggerPathItemHead_swaggerPathItemPatch_swaggerPathItemParameters SwaggerPaths_swaggerPathsMap SwaggerSchemeHttpHttpsWsWss SwaggerHost_swaggerHostName_swaggerHostPortSwaggerLicense_swaggerLicenseName_swaggerLicenseUrlSwaggerContact_swaggerContactName_swaggerContactUrl_swaggerContactEmail SwaggerInfo_swaggerInfoTitle_swaggerInfoDescription_swaggerInfoTermsOfService_swaggerInfoContact_swaggerInfoLicense_swaggerInfoVersionSwagger _swaggerInfo _swaggerHost_swaggerBasePath_swaggerSchemes_swaggerConsumes_swaggerProduces _swaggerPaths_swaggerDefinitions_swaggerParameters_swaggerResponses_swaggerSecurityDefinitions_swaggerSecurity _swaggerTags_swaggerExternalDocs%$fSwaggerMonoidSwaggerParameterSchema$fSwaggerMonoidHashMap$fSwaggerMonoidHashMap0$fSwaggerMonoidHashMap1$fSwaggerMonoidHashMap2$fSwaggerMonoidHashMap3$fSwaggerMonoidHashMap4 $fSwaggerMonoidSwaggerReferenced$fSwaggerMonoidHashMap5$fSwaggerMonoidHashMap6'$fSwaggerMonoidSwaggerParameterLocation#$fSwaggerMonoidSwaggerParameterType $fSwaggerMonoidSwaggerSchemaType$fSwaggerMonoidSwaggerMimeList$fSwaggerMonoidSwaggerOperation"$fSwaggerMonoidSwaggerExternalDocs$fSwaggerMonoidSwaggerResponse$fSwaggerMonoidSwaggerResponses*$fSwaggerMonoidSwaggerParameterOtherSchema$fSwaggerMonoidSwaggerParameter"$fSwaggerMonoidSwaggerSchemaCommon$fSwaggerMonoidSwaggerSchema$fSwaggerMonoidSwaggerPathItem$fSwaggerMonoidSwaggerPaths$fSwaggerMonoidSwaggerInfo$fMonoidSwaggerOperation$fMonoidSwaggerExternalDocs$fMonoidSwaggerResponse$fMonoidSwaggerResponses#$fMonoidSwaggerParameterOtherSchema$fMonoidSwaggerParameter$fMonoidSwaggerSchemaCommon$fMonoidSwaggerSchema$fMonoidSwaggerPathItem$fMonoidSwaggerPaths$fMonoidSwaggerInfo$fMonoidSwagger"$fFromJSONSwaggerParameterLocation$fFromJSONSwaggerParameterType$fFromJSONSwaggerInfo$fFromJSONSwaggerContact$fFromJSONSwaggerLicense$fFromJSONSwaggerSchemaType$fFromJSONSwaggerItemsType&$fFromJSONSwaggerItemsCollectionFormat!$fFromJSONSwaggerCollectionFormat$fFromJSONSwaggerApiKeyLocation$fFromJSONSwaggerApiKeyParams$fFromJSONSwaggerSchemaCommon$fFromJSONSwaggerScheme$fFromJSONSwaggerTag$fFromJSONSwaggerExternalDocs$fToJSONSwaggerOperation$fToJSONSwaggerResponse$fToJSONSwaggerPathItem$fFromJSONSwaggerXml$fFromJSONSwaggerReferenced$fFromJSONSwaggerReference$fFromJSONSwaggerPathItem$fFromJSONSwaggerOperation$fFromJSONSwaggerResponse$fFromJSONSwaggerExample$fFromJSONSwaggerResponses$fFromJSONSwaggerSchemaItems%$fFromJSONSwaggerParameterOtherSchema $fFromJSONSwaggerParameterSchema$fFromJSONSwaggerParameter$fFromJSONSwaggerMimeList$fFromJSONSwaggerPaths$fFromJSONSwaggerHost$fFromJSONSwaggerItems$fFromJSONSwaggerHeader$fFromJSONSwaggerSchema$fFromJSONSwaggerSecurityScheme$fFromJSONSwagger#$fFromJSONSwaggerSecuritySchemeType$fFromJSONSwaggerOAuth2Params$fFromJSONSwaggerOAuth2Flow$fToJSONSwaggerReferenced$fToJSONSwaggerReference$fToJSONSwaggerExample$fToJSONSwaggerResponses$fToJSONSwaggerSchemaItems#$fToJSONSwaggerParameterOtherSchema$fToJSONSwaggerParameterSchema$fToJSONSwaggerParameter$fToJSONSwaggerMimeList$fToJSONSwaggerPaths$fToJSONSwaggerHost$fToJSONSwaggerItems$fToJSONSwaggerHeader$fToJSONSwaggerSchema$fToJSONSwaggerSecurityScheme$fToJSONSwagger!$fToJSONSwaggerSecuritySchemeType$fToJSONSwaggerOAuth2Params$fToJSONSwaggerOAuth2Flow$fToJSONSwaggerXmlswaggerBasePathswaggerConsumesswaggerDefinitionsswaggerExternalDocs swaggerHost swaggerInfoswaggerParameters swaggerPathsswaggerProducesswaggerResponsesswaggerSchemesswaggerSecurityswaggerSecurityDefinitions swaggerTagsswaggerHostNameswaggerHostPortswaggerInfoContactswaggerInfoDescriptionswaggerInfoLicenseswaggerInfoTermsOfServiceswaggerInfoTitleswaggerInfoVersionswaggerContactEmailswaggerContactNameswaggerContactUrlswaggerLicenseNameswaggerLicenseUrlswaggerPathsMapswaggerPathItemDeleteswaggerPathItemGetswaggerPathItemHeadswaggerPathItemOptionsswaggerPathItemParametersswaggerPathItemPatchswaggerPathItemPostswaggerPathItemPutswaggerTagDescriptionswaggerTagExternalDocsswaggerTagNameswaggerOperationConsumesswaggerOperationDeprecatedswaggerOperationDescriptionswaggerOperationExternalDocsswaggerOperationOperationIdswaggerOperationParametersswaggerOperationProducesswaggerOperationResponsesswaggerOperationSchemesswaggerOperationSecurityswaggerOperationSummaryswaggerOperationTagsswaggerParameterDescriptionswaggerParameterNameswaggerParameterRequiredswaggerParameterSchema_SwaggerParameterBody_SwaggerParameterOther*swaggerParameterOtherSchemaAllowEmptyValue+swaggerParameterOtherSchemaCollectionFormat!swaggerParameterOtherSchemaCommon!swaggerParameterOtherSchemaFormatswaggerParameterOtherSchemaIn swaggerParameterOtherSchemaItemsswaggerParameterOtherSchemaTypeswaggerItemsCollectionFormatswaggerItemsCommonswaggerItemsFormatswaggerItemsItemsswaggerItemsTypeswaggerHeaderCollectionFormatswaggerHeaderCommonswaggerHeaderDescriptionswaggerHeaderFormatswaggerHeaderItemsswaggerHeaderType!swaggerSchemaAdditionalPropertiesswaggerSchemaAllOfswaggerSchemaCommonswaggerSchemaDescriptionswaggerSchemaDiscriminatorswaggerSchemaExampleswaggerSchemaExternalDocsswaggerSchemaFormatswaggerSchemaItemsswaggerSchemaMaxPropertiesswaggerSchemaMinPropertiesswaggerSchemaPropertiesswaggerSchemaReadOnlyswaggerSchemaRequiredswaggerSchemaTitleswaggerSchemaTypeswaggerSchemaXml_SwaggerSchemaItemsObject_SwaggerSchemaItemsArrayswaggerSchemaDefaultswaggerSchemaEnumswaggerSchemaExclusiveMaximumswaggerSchemaExclusiveMinimumswaggerSchemaMaxItemsswaggerSchemaMaxLengthswaggerSchemaMaximumswaggerSchemaMinItemsswaggerSchemaMinLengthswaggerSchemaMinimumswaggerSchemaMultipleOfswaggerSchemaPatternswaggerSchemaUniqueItemsswaggerXmlAttributeswaggerXmlNameswaggerXmlNamespaceswaggerXmlPrefixswaggerXmlWrappedswaggerResponsesDefaultswaggerResponsesResponsesswaggerResponseDescriptionswaggerResponseExamplesswaggerResponseHeadersswaggerResponseSchema swaggerSecuritySchemeDescriptionswaggerSecuritySchemeType_SwaggerSecuritySchemeBasic_SwaggerSecuritySchemeApiKey_SwaggerSecuritySchemeOAuth2swaggerApiKeyInswaggerApiKeyNameswaggerOAuth2FlowswaggerOAuth2ScopesHasSwaggerSchemaCommon schemaCommonHasDescription descriptionswaggerExternalDocsDescriptionswaggerExternalDocsUrl schemaDefault schemaMaximumschemaExclusiveMaximum schemaMinimumschemaExclusiveMinimumschemaMaxLengthschemaMinLength schemaPatternschemaMaxItemsschemaMinItemsschemaUniqueItems schemaEnumschemaMultipleOf+$fHasSwaggerSchemaCommonSwaggerSchemaCommon%$fHasSwaggerSchemaCommonSwaggerHeader$$fHasSwaggerSchemaCommonSwaggerItems3$fHasSwaggerSchemaCommonSwaggerParameterOtherSchema%$fHasSwaggerSchemaCommonSwaggerSchema($fHasDescriptionSwaggerExternalDocsMaybe*$fHasDescriptionSwaggerSecuritySchemeMaybe"$fHasDescriptionSwaggerSchemaMaybe"$fHasDescriptionSwaggerHeaderMaybe%$fHasDescriptionSwaggerParameterMaybe%$fHasDescriptionSwaggerOperationMaybe$fHasDescriptionSwaggerTagMaybe $fHasDescriptionSwaggerInfoMaybe#$fHasDescriptionSwaggerResponseText