matrix-spam-ml

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml.git
Log | Files | Refs | Submodules | README | LICENSE

submit_data.json (270B)


      1 {
      2   "$schema": "http://json-schema.org/draft-07/schema#",
      3   "title": "SubmitData",
      4   "type": "object",
      5   "required": [
      6     "input_data",
      7     "spam"
      8   ],
      9   "properties": {
     10     "input_data": {
     11       "type": "string"
     12     },
     13     "spam": {
     14       "type": "boolean"
     15     }
     16   }
     17 }