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