// SYSTEM PANEL //
[ROOT]
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
vendors_api
/
schemas
[ PARENT ]
EDIT :: domains.yaml
--- type: object patternProperties: "^.+$": type: object properties: owner: type: string document_root: type: string is_main: type: boolean required: - owner - document_root - is_main additionalProperties: false
SAVE
CANCEL