From a41839ed09d8eadd076b384c0c6133acaec0b973 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 6 May 2020 11:59:36 +0200 Subject: [PATCH] Fix description --- schemas/expense.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/expense.json b/schemas/expense.json index 8979e2a..2e194a8 100644 --- a/schemas/expense.json +++ b/schemas/expense.json @@ -64,7 +64,7 @@ "type": "string", "format": "date", "title": "Date", - "description": "Date of contribution (RFC 3339 full-date)" + "description": "Date when expense was logged/proposed (RFC 3339 full-date)" }, "url": { "type": "string",