string used instead of bolean (#6268)

Deprecated should be a boolean otherwise the parser does not validate
This commit is contained in:
Davide Zipeto 2017-08-09 11:16:48 +02:00 committed by wing328
parent 00b46e8a94
commit 5c384d0f15

View File

@ -214,7 +214,7 @@
]
}
],
"deprecated": "true"
"deprecated": true
}
},
"/pet/{petId}": {