summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml
diff options
context:
space:
mode:
Diffstat (limited to 'javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml')
-rw-r--r--javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml b/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml
new file mode 100644
index 0000000..72361aa
--- /dev/null
+++ b/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml
@@ -0,0 +1,12 @@
+type: map
+mapping:
+ name:
+ type: str
+ required: yes
+ email:
+ type: str
+ pattern: /@/
+ age:
+ type: int
+ birth:
+ type: date