summaryrefslogtreecommitdiff
path: root/tests/files/partial_schemas/4f-schema.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/partial_schemas/4f-schema.yaml')
-rw-r--r--tests/files/partial_schemas/4f-schema.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/files/partial_schemas/4f-schema.yaml b/tests/files/partial_schemas/4f-schema.yaml
new file mode 100644
index 0000000..d109e40
--- /dev/null
+++ b/tests/files/partial_schemas/4f-schema.yaml
@@ -0,0 +1,20 @@
+type: seq
+sequence:
+ - include: fooone
+
+schema;fooone:
+ type: map
+ mapping:
+ foo:
+ include: footwo
+
+schema;footwo:
+ type: seq
+ sequence:
+ - include: foothree
+
+schema;foothree:
+ type: map
+ mapping:
+ bar:
+ type: str