Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource / root / normative-types-new-root.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   tosca.nodes.Root:
4     description: The TOSCA Node Type all other TOSCA base Node Types derive from
5     attributes:
6       tosca_id:
7         type: string
8       tosca_name:
9         type: string
10       state:
11         type: string
12     capabilities:
13       feature: 
14         type: tosca.capabilities.Node
15     requirements:
16       - dependency :
17           capability: tosca.capabilities.Node
18           node: tosca.nodes.Root 
19           relationship: tosca.relationships.DependsOn
20           occurrences: [ 0, UNBOUNDED ]
21     interfaces: 
22       Standard:
23         type: tosca.interfaces.node.lifecycle.Standard