1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
tosca_definitions_version: tosca_simple_yaml_1_1 data_types: org.onap.tosca.checker.service.Person: properties: firstName: type: string required: true lastName: type: string required: true node_types: org.onap.tosca.checker.service.Residence: properties: owner: type: org.onap.tosca.checker.service.Person