File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
tests/data/expected/openapi
custom_template_security/custom_security
remote_ref/body_and_parameters Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 22# filename: custom_security.yaml
33# timestamp: 2020-06-19T00:00:00+00:00
44
5+ from __future__ import annotations
6+
57from typing import Optional
68
79from pydantic import BaseModel
Original file line number Diff line number Diff line change 22# filename: body_and_parameters.yaml
33# timestamp: 2020-06-19T00:00:00+00:00
44
5+ from __future__ import annotations
6+
57from typing import Optional
68
79from pydantic import BaseModel
Original file line number Diff line number Diff line change 22# filename: oas_response_reference.yaml
33# timestamp: 2020-06-19T00:00:00+00:00
44
5+ from __future__ import annotations
6+
57from typing import Optional
68
79from pydantic import BaseModel
Original file line number Diff line number Diff line change 22# filename: simple.yaml
33# timestamp: 2020-06-19T00:00:00+00:00
44
5+ from __future__ import annotations
6+
57from typing import List , Optional
68
79from pydantic import BaseModel , Field
Original file line number Diff line number Diff line change 22# filename: body_and_parameters.yaml
33# timestamp: 2020-06-19T00:00:00+00:00
44
5+ from __future__ import annotations
6+
57from typing import Optional
68
79from pydantic import BaseModel
You can’t perform that action at this time.
0 commit comments