uawdijnntqw1x1x1
IP : 216.73.216.227
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
sigmaerp.codeskitter.site
/
node_modules
/
yaml
/
dist
/
schema
/
json-schema.d.ts
/
/
type JsonSchema = boolean | ArraySchema | ObjectSchema | NumberSchema | StringSchema; type JsonType = 'array' | 'object' | 'string' | 'number' | 'integer' | 'boolean' | 'null'; interface CommonSchema { type?: JsonType | JsonType[]; const?: unknown; enum?: unknown[]; format?: string; allOf?: JsonSchema[]; anyOf?: JsonSchema[]; oneOf?: JsonSchema[]; not?: JsonSchema; if?: JsonSchema; then?: JsonSchema; else?: JsonSchema; $id?: string; $defs?: Record<string, JsonSchema>; $anchor?: string; $dynamicAnchor?: string; $ref?: string; $dynamicRef?: string; $schema?: string; $vocabulary?: Record<string, boolean>; $comment?: string; default?: unknown; deprecated?: boolean; readOnly?: boolean; writeOnly?: boolean; title?: string; description?: string; examples?: unknown[]; } interface ArraySchema extends CommonSchema { prefixItems?: JsonSchema[]; items?: JsonSchema; contains?: JsonSchema; unevaluatedItems?: JsonSchema; maxItems?: number; minItems?: number; uniqueItems?: boolean; maxContains?: number; minContains?: number; } interface ObjectSchema extends CommonSchema { properties?: Record<string, JsonSchema>; patternProperties?: Record<string, JsonSchema>; additionalProperties?: JsonSchema; propertyNames?: JsonSchema; unevaluatedProperties?: JsonSchema; maxProperties?: number; minProperties?: number; required?: string[]; dependentRequired?: Record<string, string[]>; dependentSchemas?: Record<string, JsonSchema>; } interface StringSchema extends CommonSchema { maxLength?: number; minLength?: number; patter?: string; contentEncoding?: string; contentMediaType?: string; contentSchema?: JsonSchema; } interface NumberSchema extends CommonSchema { multipleOf?: number; maximum?: number; exclusiveMaximum?: number; minimum?: number; exclusiveMinimum?: number; }
/home/users/unlimited/www/sigmaerp.codeskitter.site/node_modules/yaml/dist/schema/json-schema.d.ts