We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d13f24 commit 4c24de4Copy full SHA for 4c24de4
openapi_python_client/templates/model.pyi
@@ -11,6 +11,7 @@ from typing import Dict, List, Optional
11
12
@dataclass
13
class {{ schema.reference.class_name }}:
14
+ """ {{ schema.description }} """
15
{% for property in schema.required_properties + schema.optional_properties %}
16
{{ property.to_string() }}
17
{% endfor %}
0 commit comments