apis-json / api-json

APIS.json an API discovery format
http://apisjson.org/
MIT License
111 stars 23 forks source link

add JSON-schema validation #45

Closed fehguy closed 10 years ago

fehguy commented 10 years ago

We need a proper JSON-schema validation for files being submitted. Without them, it's very difficult to know what is correct/missing. Once adopted, the lack of consistent structure will make you completely insane.

Consider using the validation for a pre-submit check for submitting to the apis.json repo.

picsoung commented 10 years ago

Added to the repo and on APIs.io. Thanks @fehguy for your help :smile: