Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions plugins/module_utils/models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
wget https://raw.githubusercontent.com/LUMASERV/proxmox-ve-openapi/refs/heads/main/reference/spec.v2.yaml
pip install datamodel-codegen
datamodel-codegen --openapi-scopes paths --use-annotated --use-title-as-name --reuse-model --input spec.v2.yaml --input-file-type openapi --output paths2.py --output-model-type pydantic_v2.BaseModel
Loading
Loading