Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_1 |
2 | |||||
3 | data_types: | ||||
4 | org.onap.tosca.checker.service.Person: | ||||
5 | properties: | ||||
6 | firstName: | ||||
7 | type: string | ||||
8 | required: true | ||||
9 | lastName: | ||||
10 | type: string | ||||
11 | required: true | ||||
12 | |||||
13 | node_types: | ||||
14 | org.onap.tosca.checker.service.Residence: | ||||
15 | properties: | ||||
16 | owner: | ||||
17 | type: org.onap.tosca.checker.service.Person |