BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
htmlandpixel
Root
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
defence360agent
/
simple_rpc
/
schema_responses
📤 Upload
📝 New File
📁 New Folder
Close
Editing: WhmcsUpdateResponse.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "result": { "type": "string" }, "messages": {}, "data": { "type": "object", "properties": { "result": { "type": "string" }, "data": { "type": "object", "properties": { "status": { "type": "string" }, "purchase_page_url": { "type": "string", "format": "uri" }, "protection": { "type": "array", "items": { "type": "object", "properties": { "user": { "type": "string" }, "protection": { "type": "string" } }, "required": ["user", "protection"] } } }, "required": ["status", "purchase_page_url", "protection"], "additionalProperties": true }, "strategy": {}, "warnings": {}, "version": {}, "eula": {}, "license": {} }, "required": ["result", "data"], "additionalProperties": true } }, "required": ["result", "data"], "additionalProperties": true }
Save
Cancel