Remove scanner class from schema

This commit is contained in:
Daniel Goldberg 2019-01-06 17:00:34 +02:00
parent 3dfc7242aa
commit 372ffeaa04
1 changed files with 0 additions and 12 deletions

View File

@ -400,18 +400,6 @@ SCHEMA = {
"title": "Classes",
"type": "object",
"properties": {
"scanner_class": {
"title": "Scanner class",
"type": "string",
"default": "TcpScanner",
"enum": [
"TcpScanner"
],
"enumNames": [
"TcpScanner"
],
"description": "Determines class to scan for machines. (Shouldn't be changed)"
},
"finger_classes": {
"title": "Fingerprint classes",
"type": "array",