Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
nodejs /
ajv /
lib /
refs /
[ HOME SHELL ]
Name
Size
Permission
Action
$data.json
550
B
-rw-r--r--
json-schema-draft-04.json
4.27
KB
-rw-r--r--
json-schema-draft-06.json
4.26
KB
-rw-r--r--
json-schema-v5.json
7.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : json-schema-v5.json
{ "id": "https://raw.githubusercontent.com/epoberezkin/ajv/master/lib/refs/json-schema-v5.json#", "$schema": "http://json-schema.org/draft-04/schema#", "description": "Core schema meta-schema (v5 proposals - deprecated)", "definitions": { "schemaArray": { "type": "array", "minItems": 1, "items": { "$ref": "#" } }, "positiveInteger": { "type": "integer", "minimum": 0 }, "positiveIntegerDefault0": { "allOf": [ { "$ref": "#/definitions/positiveInteger" }, { "default": 0 } ] }, "simpleTypes": { "enum": [ "array", "boolean", "integer", "null", "number", "object", "string" ] }, "stringArray": { "type": "array", "items": { "type": "string" }, "minItems": 1, "uniqueItems": true }, "$data": { "type": "object", "required": [ "$data" ], "properties": { "$data": { "type": "string", "anyOf": [ { "format": "relative-json-pointer" }, { "format": "json-pointer" } ] } }, "additionalProperties": false } }, "type": "object", "properties": { "id": { "type": "string", "format": "uri" }, "$schema": { "type": "string", "format": "uri" }, "title": { "type": "string" }, "description": { "type": "string" }, "default": {}, "multipleOf": { "anyOf": [ { "type": "number", "minimum": 0, "exclusiveMinimum": true }, { "$ref": "#/definitions/$data" } ] }, "maximum": { "anyOf": [ { "type": "number" }, { "$ref": "#/definitions/$data" } ] }, "exclusiveMaximum": { "anyOf": [ { "type": "boolean", "default": false }, { "$ref": "#/definitions/$data" } ] }, "minimum": { "anyOf": [ { "type": "number" }, { "$ref": "#/definitions/$data" } ] }, "exclusiveMinimum": { "anyOf": [ { "type": "boolean", "default": false }, { "$ref": "#/definitions/$data" } ] }, "maxLength": { "anyOf": [ { "$ref": "#/definitions/positiveInteger" }, { "$ref": "#/definitions/$data" } ] }, "minLength": { "anyOf": [ { "$ref": "#/definitions/positiveIntegerDefault0" }, { "$ref": "#/definitions/$data" } ] }, "pattern": { "anyOf": [ { "type": "string", "format": "regex" }, { "$ref": "#/definitions/$data" } ] }, "additionalItems": { "anyOf": [ { "type": "boolean" }, { "$ref": "#" }, { "$ref": "#/definitions/$data" } ], "default": {} }, "items": { "anyOf": [ { "$ref": "#" }, { "$ref": "#/definitions/schemaArray" } ], "default": {} }, "maxItems": { "anyOf": [ { "$ref": "#/definitions/positiveInteger" }, { "$ref": "#/definitions/$data" } ] }, "minItems": { "anyOf": [ { "$ref": "#/definitions/positiveIntegerDefault0" }, { "$ref": "#/definitions/$data" } ] }, "uniqueItems": { "anyOf": [ { "type": "boolean", "default": false }, { "$ref": "#/definitions/$data" } ] }, "maxProperties": { "anyOf": [ { "$ref": "#/definitions/positiveInteger" }, { "$ref": "#/definitions/$data" } ] }, "minProperties": { "anyOf": [ { "$ref": "#/definitions/positiveIntegerDefault0" }, { "$ref": "#/definitions/$data" } ] }, "required": { "anyOf": [ { "$ref": "#/definitions/stringArray" }, { "$ref": "#/definitions/$data" } ] }, "additionalProperties": { "anyOf": [ { "type": "boolean" }, { "$ref": "#" }, { "$ref": "#/definitions/$data" } ], "default": {} }, "definitions": { "type": "object", "additionalProperties": { "$ref": "#" }, "default": {} }, "properties": { "type": "object", "additionalProperties": { "$ref": "#" }, "default": {} }, "patternProperties": { "type": "object", "additionalProperties": { "$ref": "#" }, "default": {} }, "dependencies": { "type": "object", "additionalProperties": { "anyOf": [ { "$ref": "#" }, { "$ref": "#/definitions/stringArray" } ] } }, "enum": { "anyOf": [ { "type": "array", "minItems": 1, "uniqueItems": true }, { "$ref": "#/definitions/$data" } ] }, "type": { "anyOf": [ { "$ref": "#/definitions/simpleTypes" }, { "type": "array", "items": { "$ref": "#/definitions/simpleTypes" }, "minItems": 1, "uniqueItems": true } ] }, "allOf": { "$ref": "#/definitions/schemaArray" }, "anyOf": { "$ref": "#/definitions/schemaArray" }, "oneOf": { "$ref": "#/definitions/schemaArray" }, "not": { "$ref": "#" }, "format": { "anyOf": [ { "type": "string" }, { "$ref": "#/definitions/$data" } ] }, "constant": { "anyOf": [ {}, { "$ref": "#/definitions/$data" } ] }, "contains": { "$ref": "#" } }, "dependencies": { "exclusiveMaximum": [ "maximum" ], "exclusiveMinimum": [ "minimum" ] }, "default": {} }
Close