aboutsummaryrefslogtreecommitdiffstats
path: root/services/external-schema-manager/src/main/test/resources/externalRepo/schema-map-no-local-resource.json
blob: 90a8703e55adbab1ddc7355a20138d685d6bfe14 (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
[
  {
    "publicURL": "http://localhost:8080/external1",
    "localURL": "rel-16.4/not-exisiting-1.yaml"
  },
  {
    "publicURL": "http://localhost:8080/external2",
    "localURL": "rel-16.4/2020-07-10-3GPP_TS28532_HeartBeatMNS.yaml"
  },
  {
    "publicURL": "http://localhost:8080/external3",
    "localURL": "rel-16.4/2020-07-10-3GPP_TS28532_PerformanceMNS.yaml"
  },
  {
    "publicURL": "http://localhost:8080/external4",
    "localURL": "rel-16.4/2020-07-10-3GPP_TS28532_PerformanceThresholdMNS.yaml"
  },
  {
    "publicURL": "http://localhost:8080/external5",
    "localURL": "rel-16.4/2020-07-10-3GPP_TS28532_ProvisioningMNS.yaml"
  },
  {
    "publicURL": "http://localhost:8080/external6",
    "localURL": "rel-16.4/2020-07-10-3GPP_TS28532_StreamingDataReportingMNS.yaml"
  }
]