Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@
"description": "The password for login in clear text",
"required": true,
"type": "string",
"paramType": "query"
"paramType": "query",
"format": "password"
}
],
"responseMessages": [
Expand Down Expand Up @@ -278,7 +279,8 @@
"type": "string"
},
"password": {
"type": "string"
"type": "string",
"format": "password"
},
"phone": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -872,6 +873,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,8 @@
"in": "query",
"description": "The password for login in clear text",
"required": false,
"type": "string"
"type": "string",
"format": "password"
}
],
"responses": {
Expand Down Expand Up @@ -861,7 +862,8 @@
"type": "string"
},
"password": {
"type": "string"
"type": "string",
"format": "password"
},
"phone": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,8 @@
"in" : "query",
"description" : "The password for login in clear text",
"required" : true,
"type" : "string"
"type" : "string",
"format": "password"
} ],
"responses" : {
"200" : {
Expand Down Expand Up @@ -711,7 +712,8 @@
"type" : "string"
},
"password" : {
"type" : "string"
"type" : "string",
"format" : "password"
},
"phone" : {
"type" : "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,8 @@
"in":"query",
"description":"The password for login in clear text",
"required":true,
"type":"string"
"type":"string",
"format":"password"
}
],
"responses":{
Expand Down Expand Up @@ -942,7 +943,8 @@
"type":"string"
},
"password":{
"type":"string"
"type":"string",
"format": "password"
},
"phone":{
"type":"string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -625,6 +626,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,8 @@
"in": "query",
"description": "The password for login in clear text",
"required": false,
"type": "string"
"type": "string",
"format": "password"
}
],
"responses": {
Expand Down Expand Up @@ -828,7 +829,8 @@
"type": "string"
},
"password": {
"type": "string"
"type": "string",
"format": "password"
},
"phone": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -626,6 +627,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -839,6 +840,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -615,6 +616,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -822,6 +823,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -1323,6 +1324,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -1208,6 +1209,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -622,6 +623,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -658,6 +659,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@
"in": "query",
"description": "The password for login in clear text",
"required": false,
"type": "string"
"type": "string",
"format": "password"
}
],
"responses": {
Expand Down Expand Up @@ -839,7 +840,8 @@
"type": "string"
},
"password": {
"type": "string"
"type": "string",
"format": "password"
},
"phone": {
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ paths:
description: The password for login in clear text
required: true
type: string
format: password
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -622,6 +623,7 @@ definitions:
type: string
password:
type: string
format: password
phone:
type: string
userStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@
"in": "query",
"description": "The password for login in clear text",
"required": false,
"type": "string"
"type": "string",
"format": "password"
}
],
"responses": {
Expand Down Expand Up @@ -839,7 +840,8 @@
"type": "string"
},
"password": {
"type": "string"
"type": "string",
"format": "password"
},
"phone": {
"type": "string"
Expand Down
6 changes: 4 additions & 2 deletions modules/openapi-generator/src/test/resources/2_0/wordnik.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"in": "query",
"description": "The user's password",
"required": true,
"type": "string"
"type": "string",
"format": "password"
}
],
"responses": {
Expand Down Expand Up @@ -1657,7 +1658,8 @@
"type": "string"
},
"password": {
"type": "string"
"type": "string",
"format": "password"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions modules/openapi-generator/src/test/resources/2_0/wordnik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ paths:
description: "The user's password"
required: true
type: string
format: password
responses:
'200':
description: A valid authentication token
Expand Down Expand Up @@ -1352,6 +1353,7 @@ definitions:
type: string
password:
type: string
format: password
WordOfTheDay:
properties:
definitions:
Expand Down
Loading
Loading