Resource Resoulution Service
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / resource-resolution / src / test / resources / mapping / db / dt-location.json
1 {\r
2         "version": "1.0.0",\r
3         "description": "test Data Type",\r
4         "properties": {\r
5                 "country": {\r
6                         "required": true,\r
7                         "type": "string"\r
8                 },\r
9                 "state": {\r
10                         "required": false,\r
11                         "type": "string"\r
12                 }\r
13         },\r
14         "derived_from": "tosca.datatypes.Root"\r
15 }\r