summaryrefslogtreecommitdiffstats
path: root/test/assets/validate0_expected.json
blob: ea36da99894550e553fd93a3101fa9161cf91c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "message": "False is not of type 'string'",
    "data_path": "environment.a",
    "json_path": "$.environment.a",
    "schema_path": "properties.environment.additionalProperties.type",
    "relative_schema": { "type": "string" },
    "expected": "string",
    "validator": "type",
    "found": "False"
  },
  {
    "message": "True is not of type 'string'",
    "data_path": "environment.b",
    "json_path": "$.environment.b",
    "schema_path": "properties.environment.additionalProperties.type",
    "relative_schema": { "type": "string" },
    "expected": "string",
    "validator": "type",
    "found": "True"
  }
]