Add dcae-cli and component-json-schemas projects
[dcaegen2/platform/cli.git] / dcae-cli / dcae_cli / commands / tests / mocked_components / model / int-class.format.json
1 {
2   "self": {
3     "name": "asimov.std.integerClassification",
4     "version": "1.0.0",
5     "description": "Represents a single classification from a machine learning model"
6   },
7   "dataformatversion": "1.0.0",
8   "jsonschema": {
9       "$schema": "http://json-schema.org/draft-04/schema#",
10       "type": "object",
11       "properties": {
12           "classification": {
13               "type": "string"
14           }
15       },
16       "additionalProperties": false
17   }
18 }