github.com/furusax0621/goa-v1@v1.4.3/goagen/gen_schema/doc.go (about) 1 /* 2 Package genschema provides a generator for the JSON schema controller. 3 The schema controller responds to GET /schema requests with the API JSON Hyper-schema. 4 This JSON schema can be used to generate API documentation, ruby and Go API clients. 5 See the blog post (https://blog.heroku.com/archives/2014/1/8/json_schema_for_heroku_platform_api) 6 describing how Heroku leverages the JSON Hyper-schema standard (http://json-schema.org/latest/json-schema-hypermedia.html) 7 for more information. 8 */ 9 package genschema