aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Definitions/resources_definition_types.json
blob: 189cbf86f47a6c5d07141fa2c1e17e56a6a95ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "pnf-id" : {
    "tags" : "pnf-id",
    "name" : "pnf-id",
    "property" : {
      "description" : "pnf-id",
      "type" : "string"
    },
    "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>",
    "sources" : {
      "input" : {
        "type" : "source-input",
        "properties" : { }
      }
    }
  },
  "pnf-name" : {
    "tags" : "pnf-name",
    "name" : "pnf-name",
    "property" : {
      "description" : "pnf-name",
      "type" : "string"
    },
    "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>",
    "sources" : {
      "input" : {
        "type" : "source-input",
        "properties" : { }
      }
    }
  }
}