Remove outdated doc for A1 Adaptor
[integration.git] / test / mocks / masspnfsim / pnf-sim-lightweight / src / test / resources / valid-test-schema.json
1 {
2   "type": "object",
3   "$schema": "http://json-schema.org/draft-07/schema#",
4   "properties": {
5     "key1": {
6       "type": "string"
7     },
8     "key2": {
9       "type": "string"
10     },
11     "key3": {
12       "type": "string"
13     }
14   },
15   "required": [
16     "key1",
17     "key2"
18   ]
19 }