package oas3
Type Members
- class CleanRepeatedOperationIds extends TransformationStep
- class CleanSchemes extends TransformationStep
- class DeclareUndeclaredSecuritySchemes extends TransformationStep
-
case class
FixFileTypes() extends TransformationStep with Product with Serializable
To represent a method with file upload:
To represent a method with file upload:
in RAML: \- You define a body with multipart/form-data and a property of type: file \- You can specify acceptable file types directly with fileTypes: ['application/xml']
In OAS 3.0: \- You define a requestBody with content of type multipart/form-data \- it's schema should be of type: object and have a property that uses type: string with format: binary
- class MandatoryDocumentationUrl extends TransformationStep
- class MandatoryPathParameters extends TransformationStep
- class MandatoryResponses extends TransformationStep
- class Oas30SecuritySettingsMapper extends SecuritySettingsMapper