summaryrefslogtreecommitdiff
path: root/tests/files/unicode/1f.yaml
blob: 97d51f510e9ca954f1ac2e5fced1bfc01c099b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
schema:
  type: map
  mapping:
    msg:
      type: int
    Alô:
      type: int
data:
  msg: "Alô do Brasil!!"
  Alô: "Brasil!!"
errors:
  - "Value 'Alô do Brasil!!' is not of type 'int'. Path: '/msg'"
  - "Value 'Brasil!!' is not of type 'int'. Path: '/Alô'"