Comment on APIs.io – The API search engineparentComments−picsoungOP11yHi,You could use http://apis.io/lint to validate your apis.json file.Testing your file I found that properties are not correct"properties": [ { "type": "X-Documentation", "url": "https://docs.coinkite.com" } ],should workalso "photo" is not a valid parameter. And "vCard" is expecting a URL and can't be empty.hope it helps
Comments
Hi,
You could use http://apis.io/lint to validate your apis.json file.
Testing your file I found that properties are not correct
"properties": [ { "type": "X-Documentation", "url": "https://docs.coinkite.com" } ],
should work
also "photo" is not a valid parameter. And "vCard" is expecting a URL and can't be empty.
hope it helps