Remove outdated doc for A1 Adaptor
[integration.git] / test / mocks / masspnfsim / pnf-sim-lightweight / src / test / resources / invalid-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     "required": [
15       "key1",
16       "key2"
17     ]
18   }
19 }