From 77c2235ed9e738c0d50a78b33c3ad23219c034a2 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 25 Mar 2024 11:56:11 +0300 Subject: [PATCH] SP-14307: Add isDepreceted field --- rt-doc-type-old.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rt-doc-type-old.yml b/rt-doc-type-old.yml index 2ebbeb8..f493540 100644 --- a/rt-doc-type-old.yml +++ b/rt-doc-type-old.yml @@ -122,6 +122,9 @@ components: dStateName: type: string description: "Issuing state name" + isDeprecated: + type: boolean + description: "Whether the document is deprecated" DocumentFormat: type: integer