Skip to content

Commit 8ea42da

Browse files
committed
add droppedAnnotations to sample output
1 parent cb7861b commit 8ea42da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jsonschema-core.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3325,6 +3325,10 @@ https://example.com/schemas/common#/$defs/allOf/1
33253325
"evaluationPath": "/properties/foo/allOf/1",
33263326
"schemaLocation": "https://json-schema.org/schemas/example#/properties/foo/allOf/1",
33273327
"instanceLocation": "/foo",
3328+
"droppedAnnotations": {
3329+
"properties": [ "foo-prop" ],
3330+
"title": "foo-title"
3331+
},
33283332
"nested": [
33293333
{
33303334
"valid": false,
@@ -3333,6 +3337,9 @@ https://example.com/schemas/common#/$defs/allOf/1
33333337
"instanceLocation": "/foo/foo-prop",
33343338
"errors": {
33353339
"const": "Expected \"1\""
3340+
},
3341+
"droppedAnnotations": {
3342+
"title": "foo-prop-title"
33363343
}
33373344
},
33383345
{
@@ -3356,6 +3363,10 @@ https://example.com/schemas/common#/$defs/allOf/1
33563363
"evaluationPath": "/properties/bar/$ref",
33573364
"schemaLocation": "https://json-schema.org/schemas/example#/$defs/bar",
33583365
"instanceLocation": "/bar",
3366+
"droppedAnnotations": {
3367+
"properties": [ "bar-prop" ],
3368+
"title": "bar-title"
3369+
},
33593370
"nested": [
33603371
{
33613372
"valid": false,
@@ -3364,6 +3375,9 @@ https://example.com/schemas/common#/$defs/allOf/1
33643375
"instanceLocation": "/bar/bar-prop",
33653376
"errors": {
33663377
"minimum": "2 is less than or equal to 10"
3378+
},
3379+
"droppedAnnotations": {
3380+
"title": "bar-prop-title"
33673381
}
33683382
}
33693383
]

0 commit comments

Comments
 (0)