Make prepositions/conjunctions in generated schema names lowercase
This commit is contained in:
parent
09d76c93e4
commit
60bfc6ee49
14 changed files with 30 additions and 30 deletions
|
|
@ -8,14 +8,14 @@
|
|||
],
|
||||
"properties": {
|
||||
"borrowed": {
|
||||
"$ref": "#/definitions/OS_String"
|
||||
"$ref": "#/definitions/OsString"
|
||||
},
|
||||
"owned": {
|
||||
"$ref": "#/definitions/OS_String"
|
||||
"$ref": "#/definitions/OsString"
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"OS_String": {
|
||||
"OsString": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue