All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.swagger.examples.modular.parts.parameters.yaml Maven / Gradle / Ivy

tagsParam:
  name: tags
  in: query
  description: tags to filter by
  required: false
  type: array
  collectionFormat: csv
  items:
    type: string
limitsParam:
  name: limit
  in: query
  description: maximum number of results to return
  required: false
  type: integer
  format: int32




© 2015 - 2025 Weber Informatics LLC | Privacy Policy