1{ 2 "swagger": "2.0", 3 "info": { 4 "version": "0.0.1", 5 "title": "test of Swagger of additionalProperties in pathItem" 6 }, 7 "paths": { 8 "/": { 9 "invalid-property": { 10 "description": "blah" 11 } 12 } 13 } 14}
View as plain text