From 735c78d3ecb695dd16cb37879880f522c4b29c72 Mon Sep 17 00:00:00 2001 From: Johan Fleury Date: Mon, 8 Oct 2018 12:58:12 -0400 Subject: Import upstream version 1.7.0 --- tests/files/partial_schemas/6f-schema.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/files/partial_schemas/6f-schema.yaml (limited to 'tests/files/partial_schemas/6f-schema.yaml') diff --git a/tests/files/partial_schemas/6f-schema.yaml b/tests/files/partial_schemas/6f-schema.yaml new file mode 100644 index 0000000..00c0a91 --- /dev/null +++ b/tests/files/partial_schemas/6f-schema.yaml @@ -0,0 +1,22 @@ +type: map +mapping: + foo: + include: fooone + +schema;fooone: + type: map + mapping: + bar: + include: footwo + +schema;footwo: + type: map + mapping: + qwe: + include: foothree + +schema;foothree: + type: map + mapping: + ewq: + type: str -- cgit v1.2.3