blob: 9575e27c93f86cf2b8744803596ee6e3a2538fce [file] [log] [blame]
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