From 1554df668c22b46e1608ad57461fdb8aaaf7cac6 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 9 Oct 2017 10:31:51 +0200 Subject: [PATCH] test --- api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.json b/api.json index a90aadd..b5005e9 100644 --- a/api.json +++ b/api.json @@ -4,7 +4,7 @@ "title": "Mockup", "description": "A simple API Mock", "contact": { - "name": "Nicolas Massé", + "name": "Nicolas Massé", "url": "https://github.com/nmasse-itix/API-Mockup", "email": "nicolas.masse@itix.fr" }, @@ -25,7 +25,7 @@ "schema": { "type": "array", "items": { - "type": "#/definitions/PersistedThing" + "$ref": "#/definitions/PersistedThing" } } }