blob: 9575e27c93f86cf2b8744803596ee6e3a2538fce [file] [log] [blame]
Gary Wu9abb61c2018-09-27 10:38:50 -07001tosca_definitions_version: tosca_simple_yaml_1_1
2
3data_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
13node_types:
14 org.onap.tosca.checker.service.Residence:
15 properties:
16 owner:
17 type: org.onap.tosca.checker.service.Person