matrix-spam-ml

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

test_data.json (211B)


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