File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8383 "$schema" : " https://json-schema.org/draft/next/schema" ,
8484 "contentMediaType" : " application/json" ,
8585 "contentEncoding" : " base64" ,
86- "contentSchema" : { "required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
86+ "contentSchema" : { "type" : " object " , " required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
8787 },
8888 "tests" : [
8989 {
Original file line number Diff line number Diff line change 8383 "$schema" : " https://json-schema.org/draft/2019-09/schema" ,
8484 "contentMediaType" : " application/json" ,
8585 "contentEncoding" : " base64" ,
86- "contentSchema" : { "required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
86+ "contentSchema" : { "type" : " object " , " required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
8787 },
8888 "tests" : [
8989 {
Original file line number Diff line number Diff line change 8383 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
8484 "contentMediaType" : " application/json" ,
8585 "contentEncoding" : " base64" ,
86- "contentSchema" : { "required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
86+ "contentSchema" : { "type" : " object " , " required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
8787 },
8888 "tests" : [
8989 {
You can’t perform that action at this time.
0 commit comments