github.com/erda-project/erda-infra@v1.0.9/providers/component-protocol/examples/scenarios/demo.yml (about) 1 scenario: demo 2 3 hierarchy: 4 root: Container 5 structure: 6 Container: 7 - demoTable 8 - demoTable2 9 10 components: 11 Container: 12 type: Container 13 demoTable: 14 type: Table 15 demoTable2: 16 type: Table