You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"messages": [
"attribute definitions.Dummy.externalDocs is unexpected",
"attribute definitions.Dummy_be35824b9d92d1dfc6f78fe086649b8f.externalDocs is unexpected"
]
}
The swagger specification seems to allow the attribute externalDocs: http://swagger.io/specification/#schemaObject
Do you know about that error? Is that rather a bug of the swagger online validator?
I have not found anything to that issue so far..
The text was updated successfully, but these errors were encountered:
The swagger online validator is throwing an error on the attribute
externalDocs
. I have tested this with version2.0.1
ofapi-platform/core
.I simply copied the expected value from the following test and put it on a webserver:
test
https://github.com/api-platform/core/blob/master/tests/Swagger/Serializer/DocumentationNormalizerTest.php#L711
produced json
http://www.bit9.ch/apiplatform.json
swagger validator
http://online.swagger.io/validator/debug?url=http://www.bit9.ch/apiplatform.json
The swagger specification seems to allow the attribute
externalDocs
: http://swagger.io/specification/#schemaObjectDo you know about that error? Is that rather a bug of the swagger online validator?
I have not found anything to that issue so far..
The text was updated successfully, but these errors were encountered: