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 83
83
"$schema" : " https://json-schema.org/draft/next/schema" ,
84
84
"contentMediaType" : " application/json" ,
85
85
"contentEncoding" : " base64" ,
86
- "contentSchema" : { "required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
86
+ "contentSchema" : { "type" : " object " , " required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
87
87
},
88
88
"tests" : [
89
89
{
Original file line number Diff line number Diff line change 83
83
"$schema" : " https://json-schema.org/draft/2019-09/schema" ,
84
84
"contentMediaType" : " application/json" ,
85
85
"contentEncoding" : " base64" ,
86
- "contentSchema" : { "required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
86
+ "contentSchema" : { "type" : " object " , " required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
87
87
},
88
88
"tests" : [
89
89
{
Original file line number Diff line number Diff line change 83
83
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
84
84
"contentMediaType" : " application/json" ,
85
85
"contentEncoding" : " base64" ,
86
- "contentSchema" : { "required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
86
+ "contentSchema" : { "type" : " object " , " required" : [" foo" ], "properties" : { "foo" : { "type" : " string" } } }
87
87
},
88
88
"tests" : [
89
89
{
You can’t perform that action at this time.
0 commit comments