⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
ruby
/
gems
/
3.0.0
/
gems
/
rbs-1.0.4
/
schema
/
View File Name :
function.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "param": { "title": "Function parameter with type and optional name: `Integer size`, `::String name`, `untyped`, ...", "type": "object", "properties": { "type": { "$ref": "types.json" }, "name": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } }, "required": ["type", "name"] } }, "properties": { "required_positionals": { "title": "Required positional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "optional_positionals": { "title": "Optional positional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "rest_positionals": { "title": "Rest parameter", "oneOf": [ { "$ref": "#/definitions/param" }, { "type": "null" } ] }, "trailing_positionals": { "title": "Trailing potisional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "required_keywords": { "title": "Required keyword parameters", "additionalProperties": { "$ref": "#/definitions/param" } }, "optional_keywords": { "title": "Optional keyword parameters", "additionalProperties": { "$ref": "#/definitions/param" } }, "rest_keywords": { "title": "Rest keyword parameters", "oneOf": [ { "$ref": "#/definitions/param" }, { "type": "null" } ] }, "return_type": { "title": "Return type of a function", "$ref": "types.json" } }, "required": ["required_positionals", "optional_positionals", "rest_positionals", "trailing_positionals", "required_keywords", "optional_keywords", "rest_keywords", "return_type"] }