aboutsummaryrefslogtreecommitdiffstats
path: root/operations/a1-pe-sim-packages/resources/oran-sim-cba-data-dictionary/ftp-host.json
blob: 6d13d10beebb3b7c2fda2fc32a3da77c4c681378 (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
{
  "name": "ftp-host",
  "tags": "ftp-host",
  "data_type": "string",
  "description": "Host name or IP address of the FTP server",
  "entry_schema": "string",
  "updatedBy": "Krystian Kedron <k.kedron@partner.samsung.com>",
  "definition": {
    "tags": "ftp-host",
    "name": "ftp-host",
    "property": {
      "description": "Host name or IP address of the FTP server",
      "type": "string"
    },
    "group": "default",
    "updated-by": "Krystian Kedron <k.kedron@partner.samsung.com>",
    "sources": {
      "input": {
        "type": "source-input"
      },
      "default": {
        "type": "source-default",
        "properties": {}
      }
    }
  }
}