Exabyte Machine Learning: Structured Representation

We present in what follows the structured representation for the Exabyte Machine Learning.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "schemaId": "software-directory/ml/exabyteml",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "exabyte machine learning engine schema",
    "type": "object",
    "properties": {
        "name": {
            "enum": [
                "exabyteml"
            ]
        },
        "summary": {
            "enum": [
                "exabyte machine learning engine"
            ]
        },
        "version": {
            "enum": [
                "0.2.0"
            ]
        }
    }
}
1
2
3
4
5
6
{
    "name": "exabyteml",
    "shortName": "ml",
    "summary": "exabyte machine learning engine",
    "version": "0.2.0"
}