From 4e75cbe37577ad6b16411f2fc805f4014bd2f900 Mon Sep 17 00:00:00 2001 From: Kyle Le Date: Thu, 16 May 2024 10:23:26 +0700 Subject: [PATCH] Add former_at to Officer --- schemas/includes/officer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/includes/officer.json b/schemas/includes/officer.json index e973e954..844f3840 100644 --- a/schemas/includes/officer.json +++ b/schemas/includes/officer.json @@ -39,6 +39,10 @@ "type": "string", "description": "a unique identifier given to the officership" }, + "former_at": { + "type": "string", + "format": "date" + }, "other_attributes": { "type": "object", "properties": {