0x/schema.json
2018-02-28 02:31:07 +00:00

122 lines
1.9 KiB
JSON

{
"type": "object",
"additionalProperties": false,
"properties": {
"_": {
"type": "array",
"items": {
"type": "string"
}
},
"open": {
"type": "boolean"
},
"o": {
"type": "boolean"
},
"version": {
"type": "boolean"
},
"v": {
"type": "boolean"
},
"help": {
"type": "boolean"
},
"h": {
"type": "boolean"
},
"quiet": {
"type": "boolean"
},
"q": {
"type": "boolean"
},
"silent": {
"type": "boolean"
},
"s": {
"type": "boolean"
},
"jsonStacks": {
"type": "boolean"
},
"json-stacks": {
"type": "boolean"
},
"logging-output": {
"type": "boolean"
},
"loggingOutput": {
"type": "boolean"
},
"D": {
"type": "string"
},
"output-dir": {
"type": "string"
},
"outputDir": {
"type": "string"
},
"output-html": {
"type": "string"
},
"outputHtml": {
"type": "string"
},
"F": {
"type": "string"
},
"title": {
"type": "string"
},
"name": {
"type": "string"
},
"delay": {
"type": "number"
},
"phase": {
"type": "number"
},
"d": {
"type": "number"
},
"visualize-only": {
"type": "string"
},
"visualizeOnly": {
"type": "string"
},
"collect-only": {
"type": "boolean"
},
"collectOnly": {
"type": "boolean"
},
"kernelTracing": {
"type": "boolean"
},
"kernel-tracing": {
"type": "boolean"
},
"kernelTracingDebug": {
"type": "boolean"
},
"kernel-tracing-debug": {
"type": "boolean"
},
"status": {},
"log": {},
"--": {
"type": "array",
"items": {}
},
"argv": {
"type": "array",
"items": {}
}
}
}