Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource / webApplication / normative-types-new-webApplication.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   tosca.nodes.WebApplication:
4     derived_from: tosca.nodes.Root
5     properties:
6       context_root:
7         type: string
8     capabilities:
9       app_endpoint: 
10         type: tosca.capabilities.Endpoint
11     requirements:
12       - host: 
13           capability: tosca.capabilities.Container
14           node: tosca.nodes.WebServer
15           relationship: tosca.relationships.HostedOn