GFoniX

Results 3 issues of GFoniX

#### Description This contribution introduces a function to check if a given value is a `Map` and includes only the required keys without any additional ones. This ensures that the...

### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.0.0 paths: /api/test: post: operationId: TestController_test parameters: [] requestBody: required: true content: multipart/form-data: schema: $ref: '#/components/schemas/TestDto' application/json: schema: $ref: '#/components/schemas/TestDto' application/x-www-form-urlencoded: schema:...

## Description This update improves the boolean conversion logic when handling string values in the type mapping. The changes include: * Converting strings representing numbers (e.g., '1', '0') to booleans....