summaryrefslogtreecommitdiff
path: root/tests/files/unicode/3f.yaml
blob: a963f1b911958958b37470952ff414f2de1dc556 (plain)
1
2
3
4
5
6
7
8
9
10
schema:
  type: seq
  sequence:
    - type: int
data:
  - foobar
  - åäö
errors:
  - "Value 'foobar' is not of type 'int'. Path: '/0'"
  - "Value 'åäö' is not of type 'int'. Path: '/1'"