/opt/imunify360/venv/lib/python3.11/site-packages/vendors_api/schemas
NameSizeModeActions
admins.yaml3980644editdlrm
db_info.yaml6800644editdlrm
domains.yaml2900644editdlrm
domains_with_php.yaml7240644editdlrm
packages.yaml1970644editdlrm
panel_info.yaml2990644editdlrm
php.yaml2690644editdlrm
resellers.yaml3390644editdlrm
users.yaml5520644editdlrm
Edit: /opt/imunify360/venv/lib/python3.11/site-packages/vendors_api/schemas/db_info.yaml (680B)
--- type: object properties: mysql: type: - object - "null" properties: access: type: object properties: login: type: string password: type: string host: type: string port: type: integer required: - login - password - host - port additionalProperties: false mapping: type: object patternProperties: "^.+$": type: array items: type: string required: - access - mapping additionalProperties: false required: - mysql