summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/kwalify/src/test/resources/validateMapSchema.yml
blob: 72361aa2d4fcc2b67fc95980a4000ccd8ef3accf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type:       map
mapping:
  name:
    type:      str
    required:  yes
  email:
    type:      str
    pattern:   /@/
  age:
    type:      int
  birth:
    type:      date