aboutsummaryrefslogtreecommitdiffstats
path: root/services/external-schema-manager/src/main/test/resources/schema-map-to-tests.json
blob: d2d1923819926da06effbe846f89b9504db1694b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "publicURL": "http://someExternalUrl/external",
    "localURL": "file_with_one_line.json"
  },
  {
    "publicURL": "http://someExternalUrl/emptySchema",
    "localURL": "externalRepo/rel-16.4/2020-07-10-3GPP_TS28532_EmptyContent.yaml"
  },
  {
    "publicURL": "http://someExternalUrl/invalidYamlFile",
    "localURL": "externalRepo/rel-16.4/2020-07-10-3GPP_TS28532_IncorrectFormat.yaml"
  },
  {
    "publicURL": "http://someExternalUrl/missingFile",
    "localURL": "missingFile.yaml"
  }
]