File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed
Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 869869 "type" : " string"
870870 },
871871 "headers" : {
872- "oneOf " : [
872+ "allOf " : [
873873 {
874- "$ref" : " #/definitions/Reference "
874+ "$ref" : " #/definitions/schema "
875875 },
876876 {
877- "$ref" : " #/definitions/schema"
877+ "properties" : {
878+ "type" : {
879+ "const" : " object"
880+ }
881+ }
878882 }
879883 ]
880884 },
Original file line number Diff line number Diff line change 882882 "type" : " string"
883883 },
884884 "headers" : {
885- "oneOf " : [
885+ "allOf " : [
886886 {
887- "$ref" : " #/definitions/Reference "
887+ "$ref" : " #/definitions/schema "
888888 },
889889 {
890- "$ref" : " #/definitions/schema"
890+ "properties" : {
891+ "type" : {
892+ "const" : " object"
893+ }
894+ }
891895 }
892896 ]
893897 },
Original file line number Diff line number Diff line change 891891 "type" : " string"
892892 },
893893 "headers" : {
894- "oneOf " : [
894+ "allOf " : [
895895 {
896- "$ref" : " #/definitions/Reference "
896+ "$ref" : " #/definitions/schema "
897897 },
898898 {
899- "$ref" : " #/definitions/schema"
899+ "properties" : {
900+ "type" : {
901+ "const" : " object"
902+ }
903+ }
900904 }
901905 ]
902906 },
You can’t perform that action at this time.
0 commit comments