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