summaryrefslogtreecommitdiffstats
path: root/mod/onboardingapi/dcae_cli/commands/tests/mocked_components/viz/web-url.format.json
blob: 3e823b9fb2e4bc3b4604f03013c4a6225f8f9252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "self": {
    "name": "std.web.url",
    "version": "1.0.0",
    "description": "Represents a web URL"
  },
  "dataformatversion": "1.0.0",
  "jsonschema": {
      "$schema": "http://json-schema.org/draft-04/schema#",
      "type": "object",
      "properties": {
          "URL": {
              "type": "string"
          }
      },
      "additionalProperties": false
    }
}