From 19157e3bc1af89482cde235d867a6cb99e046062 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Wed, 8 Nov 2017 16:09:01 -0800 Subject: [PATCH] Add Core API Hyper-Schema implementation It's still draft-04, but it exists and is referenced by Django REST Framework and probably other things. --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index 08567cbf..aa5fcc0d 100644 --- a/implementations.md +++ b/implementations.md @@ -166,6 +166,8 @@ Hyper-schema handling - JavaScript - [Jsonary](http://jsonary.com/) - *supports draft 4* (MIT) +- Python + - [Core API Hyper-Schema codec](https://github.com/core-api/python-jsonhyperschema-codec) - *supports draft 4* (BSD-2-Clause) Documentation generation ------------------------