-
**Is your feature request related to a problem? Please describe.**
When you add api model on expect decorator on a method, the swagger name of parameter is set to payload witout any mean to rename it…
-
I've implemented the following model structure:
```
@swagger.model
class RequestFilter:
resource_fields = {
'name': fields.String,
'operator': fields.String,
'value': fie…
-
Hi:
Is there a way to reference swagger models with the same name but different implementation under separate packages?
ie:
We currently use ResponseData under event and alert packages, the impleme…
Yaima updated
10 months ago
-
## Description
As a user of Bicep, I would like to have more informative static analysis for the `policyAssignmentName` property when defining a new resource of this type. Currently, the only static …
-
Given the following step:
Swagger Definition:
```yml
address_start_date:
type: string
format: 'date-time'
example: "2011-12-03 10:15:30"
description: |
…
-
given:
```yml
components:
schemas:
Category:
x-swagger-router-model: io.swagger.petstore.model.Category
properties:
id:
type: string
name:
…
-
cm-beetle을 컴파일하려고 하니 아래와 같은 에러가 계속 발생하는데 혹시 원인이 무엇일까요?
```
~/workspace/cm-beetle(v0.2.2 U:3 ?:1 ✗) make
Generating Swagger API documentation...
2024/09/27 17:33:10 Generate swagger docs....
202…
-
### What is the bug?
there are many places using generic "number" as numeric type.
### How can one reproduce the bug?
example: https://github.com/opensearch-project/opensearch-api-specification/…
-
- L5-Swagger Version: 8.6.0 (`composer show | grep l5-swagger`)
- PHP Version (`php -v`): 8.3.0
- OS: MacOS
### Description:
I am trying to attach the Schema from the controller but it doesn't w…
-
## Problem statement
In https://github.com/go-swagger/go-swagger/pull/1189 support for adding `x-omitempty: false` to properties was added, so that the generated code for that particular property e…