Packages

package oas3

Type Members

  1. class CleanRepeatedOperationIds extends TransformationStep
  2. class CleanSchemes extends TransformationStep
  3. class DeclareUndeclaredSecuritySchemes extends TransformationStep
  4. 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

  5. class MandatoryDocumentationUrl extends TransformationStep
  6. class MandatoryPathParameters extends TransformationStep
  7. class MandatoryResponses extends TransformationStep
  8. class Oas30SecuritySettingsMapper extends SecuritySettingsMapper

Ungrouped