You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you generating using Kiota, clients or plugins?
API Client/SDK
In what context or format are you using Kiota?
Nuget tool
Client library/SDK language
Python
Describe the bug
Generated python models results have no properties, making it difficult to discover properties using IDE autocomplete. This happens when additionalProperties: false is present on the OpenAPI component schema.
Expected behavior
Properties are generated
How to reproduce
Try this example with and without additionalProperties
What are you generating using Kiota, clients or plugins?
API Client/SDK
In what context or format are you using Kiota?
Nuget tool
Client library/SDK language
Python
Describe the bug
Generated python models results have no properties, making it difficult to discover properties using IDE autocomplete. This happens when
additionalProperties: false
is present on the OpenAPI component schema.Expected behavior
Properties are generated
How to reproduce
Try this example with and without
additionalProperties
Open API description file
No response
Kiota Version
1.16.0+f7ce8b88eefa1c00cb6f87dd48335baac96d2cc9
Latest Kiota version known to work for scenario above?(Not required)
No response
Known Workarounds
No response
Configuration
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: