aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/yaml_validator/invalidYamlStructure.yaml
blob: 65205e01f9199f8ae318d76f10c0df44979bf38f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
### Heat Template ###
description: Generated template
heat_template_version: 2013-05-23
parameters: {}
resources:
  Key_1_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      - shared: true
    type: type_notReleventForTest
  Key_2_not_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest
  Key_2_not_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest
  Key_3_unique:
    properties:
      admin_state_up: true
      name: name_notReleventForTest
      shared: true
    type: type_notReleventForTest