1 tosca_definitions_version: tosca_simple_yaml_1_0
 
   4   Pizza store app that allows you to explore the features provided by PayPal's REST APIs.
 
   5   More detail can be found at https://github.com/paypal/rest-api-sample-app-nodejs/
 
   8   tosca.nodes.WebApplication.PayPalPizzaStore:
 
   9     derived_from: tosca.nodes.WebApplication
 
  14         description: location of the application on the github.
 
  15         default: https://github.com/sample.git
 
  17       #WebApplication inherits Computer, so host implied.
 
  18       - database_connection:
 
  19           capability: tosca.capabilities.Endpoint.Database
 
  20           node: tosca.nodes.Database
 
  21           relationship: tosca.relationships.ConnectsTo