From d7bd5b9f2d62965a98941752e7e419f0b9b162fe Mon Sep 17 00:00:00 2001 From: tentypwtk Date: Mon, 6 Apr 2020 09:21:07 +0200 Subject: [PATCH] meters -> centrimeters accurate unit description --- resources/schemas/people.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/schemas/people.json b/resources/schemas/people.json index 4c27cc6f..82b5f1fa 100644 --- a/resources/schemas/people.json +++ b/resources/schemas/people.json @@ -10,7 +10,7 @@ }, "height": { "type": "string", - "description": "The height of this person in meters." + "description": "The height of this person in centrimeters." }, "mass": { "type": "string",