From 0d971702c494555d9f950df6173373d5d3ec304d Mon Sep 17 00:00:00 2001 From: Lim H Date: Mon, 2 Oct 2017 10:08:42 +0100 Subject: [PATCH] Add DRF OpenAPI reference --- docs/api-guide/schemas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api-guide/schemas.md b/docs/api-guide/schemas.md index 8fa3c010c..4e05443e0 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -586,6 +586,7 @@ in [OpenAPI][open-api] format. [coreapi]: http://www.coreapi.org/ [corejson]: http://www.coreapi.org/specification/encoding/#core-json-encoding [open-api]: https://openapis.org/ +[drf-openapi]: https://github.com/limdauto/drf_openapi [json-hyperschema]: http://json-schema.org/latest/json-schema-hypermedia.html [api-blueprint]: https://apiblueprint.org/ [static-files]: https://docs.djangoproject.com/en/stable/howto/static-files/