From d31752fd230cbe472805f3948574385fb62b37a9 Mon Sep 17 00:00:00 2001 From: Renat Berezovsky Date: Fri, 23 Aug 2019 09:40:11 +0400 Subject: [PATCH] fix: added expiration param to organization list json schema --- schemas/organization.list.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/organization.list.json b/schemas/organization.list.json index af16c4f0c..a3421af26 100644 --- a/schemas/organization.list.json +++ b/schemas/organization.list.json @@ -20,6 +20,9 @@ "criteria": { "type": "string" }, + "expiration": { + "type": "integer" + }, "filter": { "$ref": "common.json#/definitions/filter" }