@@ -3325,6 +3325,10 @@ https://example.com/schemas/common#/$defs/allOf/1
3325
3325
"evaluationPath": "/properties/foo/allOf/1",
3326
3326
"schemaLocation": "https://json-schema.org/schemas/example#/properties/foo/allOf/1",
3327
3327
"instanceLocation": "/foo",
3328
+ "droppedAnnotations": {
3329
+ "properties": [ "foo-prop" ],
3330
+ "title": "foo-title"
3331
+ },
3328
3332
"nested": [
3329
3333
{
3330
3334
"valid": false,
@@ -3333,6 +3337,9 @@ https://example.com/schemas/common#/$defs/allOf/1
3333
3337
"instanceLocation": "/foo/foo-prop",
3334
3338
"errors": {
3335
3339
"const": "Expected \"1\""
3340
+ },
3341
+ "droppedAnnotations": {
3342
+ "title": "foo-prop-title"
3336
3343
}
3337
3344
},
3338
3345
{
@@ -3356,6 +3363,10 @@ https://example.com/schemas/common#/$defs/allOf/1
3356
3363
"evaluationPath": "/properties/bar/$ref",
3357
3364
"schemaLocation": "https://json-schema.org/schemas/example#/$defs/bar",
3358
3365
"instanceLocation": "/bar",
3366
+ "droppedAnnotations": {
3367
+ "properties": [ "bar-prop" ],
3368
+ "title": "bar-title"
3369
+ },
3359
3370
"nested": [
3360
3371
{
3361
3372
"valid": false,
@@ -3364,6 +3375,9 @@ https://example.com/schemas/common#/$defs/allOf/1
3364
3375
"instanceLocation": "/bar/bar-prop",
3365
3376
"errors": {
3366
3377
"minimum": "2 is less than or equal to 10"
3378
+ },
3379
+ "droppedAnnotations": {
3380
+ "title": "bar-prop-title"
3367
3381
}
3368
3382
}
3369
3383
]
0 commit comments