{
  "name": "nmap_result",
  "plural": "nmapresults",
  "base": "PersistedModel",
  "idInjection": true,
  "options": {
    "validateUpsert": true
  },
  "properties": {
    "start": {
      "type": "number"
    },
    "args": {
      "type": "string"
    },
    "scanner": {
      "type": "string"
    },
    "node_tag": {
      "type": "string"
    },
    "result": {
      "type": "string",
      "postgresql": {
        "dataType": "TEXT"
      }
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": {}
}
