Skip to content

Commit

Permalink
fix: remove vendor extension titles
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jun 11, 2019
1 parent d866c2e commit 8af2e3c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"contactObject": {
Expand All @@ -185,7 +185,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"infoObject": {
Expand Down Expand Up @@ -222,7 +222,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"serverObject": {
Expand Down Expand Up @@ -316,7 +316,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"externalDocumentationObject": {
Expand All @@ -339,7 +339,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"methodObject": {
Expand Down Expand Up @@ -462,7 +462,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"tagObject": {
Expand All @@ -487,7 +487,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"exampleObject": {
Expand Down Expand Up @@ -516,7 +516,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
},
"examplePairingObject": {
Expand Down Expand Up @@ -595,7 +595,7 @@
}
},
"patternProperties": {
"^x-": { "title": "vendorExtensionObject" }
"^x-": {}
}
}
}
Expand Down

0 comments on commit 8af2e3c

Please sign in to comment.