encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Fix README.MD #629

Open Saliva520319 opened 5 years ago

Saliva520319 commented 5 years ago

In apistar.yml, schema.yaml should be schema.yml correspond to up words.

marcorichetta commented 5 years ago

Suggested on #630

arvinsim commented 5 years ago

Honestly the docs are very confusing. It says that I should use apistar validate but I get a Error: Missing argument "schema". error.

Then I tried apistar validate schema.yaml and I got an assertion error. Some parts of the docs says that I need to use schema.json.

So which is it? schema.yml, schema.yaml or schema.json?