summaryrefslogtreecommitdiffstats
path: root/csarvalidation/src/test/resources/yaml_schema/Simple_Valid_Schema_Multi_Root.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'csarvalidation/src/test/resources/yaml_schema/Simple_Valid_Schema_Multi_Root.yaml')
-rw-r--r--csarvalidation/src/test/resources/yaml_schema/Simple_Valid_Schema_Multi_Root.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/csarvalidation/src/test/resources/yaml_schema/Simple_Valid_Schema_Multi_Root.yaml b/csarvalidation/src/test/resources/yaml_schema/Simple_Valid_Schema_Multi_Root.yaml
deleted file mode 100644
index d73ca4f..0000000
--- a/csarvalidation/src/test/resources/yaml_schema/Simple_Valid_Schema_Multi_Root.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-root1: { presence: required, structure: {
- field1: {
- presence: required,
- value: [X, Y, Z],
- comment: "field 1 description"
- }
-}}
-root2: { presence: required, structure: {
- field2: {
- presence: required,
- value: [X, Y, Z],
- comment: "field 1 description"
- }
-}}
-root3: { presence: required, structure: {
- field3: {
- presence: required,
- value: [X, Y, Z],
- comment: "field 1 description"
- }
-}}
-...