summaryrefslogtreecommitdiff
path: root/tests/files/partial_schemas/2s-partials.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/partial_schemas/2s-partials.yaml')
-rw-r--r--tests/files/partial_schemas/2s-partials.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/files/partial_schemas/2s-partials.yaml b/tests/files/partial_schemas/2s-partials.yaml
new file mode 100644
index 0000000..238abb9
--- /dev/null
+++ b/tests/files/partial_schemas/2s-partials.yaml
@@ -0,0 +1,16 @@
+schema;footwo:
+ type: map
+ mapping:
+ bar:
+ include: foothree
+
+schema;fooone:
+ type: map
+ mapping:
+ foo:
+ include: footwo
+
+schema;foothree:
+ type: seq
+ sequence:
+ - type: bool