apis-json / api-json

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

Website Example Updated from v0.14 to v0.16 #84

Closed philsturgeon closed 4 months ago

philsturgeon commented 6 months ago

Double check I got this right but I took a stab at updating the example on apisjson.org.

https://gist.github.com/philsturgeon/b381e2e6b8633e70a55eb64f07e6e611

kinlane commented 6 months ago

Yep, that validates. I pushed the latest JSON Schema for v0.16 through v0.18 - most of the changes were just adding property types.

With v0.18 examples I started including all property types to provide a copy / paste example in JSON or YAML that people could edit and make their own.

I still have a lot of formatting and consistency issues on latest spec, but will put another round in cleaning up this week -- was all over the place without an accurate JSON Schema.

Thanks for all your work!