summaryrefslogtreecommitdiff
path: root/tests/files/partial_schemas/7s-schema.yaml
blob: eaf061334815b92ccb4eafaea82e2e9499ce82cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type: map
mapping:
  foo:
    type: str
    required: True
  bar:
    include: bar  
schema;bar:
  type: seq
  required: True
  sequence:
    - type: str