1 tosca_definitions_version: tosca_simple_yaml_1_0
 
   4   TOSCA templates used to test custom datatypes.
 
   7   - custom_datatype_def.yaml
 
  11     # 123456789 is not a string
 
  12     error in nested datatype:
 
  13       type: tosca.nodes.my.SomeNode
 
  18           addresses: {Home: 1 foo street, Office: 9 bar avenue}
 
  21               contact_email: tom@email.com,
 
  22               contact_phone: 123456789}
 
  23             - {contact_name: Jerry,
 
  24               contact_email: jerry@email.com,
 
  25               contact_phone: '321654987'}