Record - openapi : ParameterInformation

Model for keeping OpenAPI parameter information.

Fields

  • inInfo string
  • Where the parameter is located. Ex: query

  • paramType string
  • Parameter type

  • description string
  • Description of the parameter

  • required boolean false
  • Is this parameter MUST be present in the request

  • discontinued boolean false
  • Is this parameter deprecated

  • allowEmptyValue string
  • Is an empty value allowed for this parameter. Valid only for query parameters

  • schema Schema {}
  • Parameter data type