From 67ee7773ba34b8bdf59d12cac3e7da2a8eb23bd9 Mon Sep 17 00:00:00 2001 From: Alik Rakhmonov Date: Tue, 7 Oct 2025 17:47:40 +0200 Subject: [PATCH] HCK-12985: remove display option - "show only nullable attributes" --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 2f05d50..c705287 100644 --- a/package.json +++ b/package.json @@ -101,9 +101,6 @@ "externalDefinitionsFromTargetSchema": true, "apiTarget": true, "FEScriptCommentsSupported": true, - "displayOptions": { - "hideNonNullableAttributes": true - }, "openModelDefinitionsTabIfNoCollections": true, "jsonSchemaSpec": { "version": "draft-2020-12", @@ -167,4 +164,4 @@ "prettier": "3.2.5", "simple-git-hooks": "2.11.1" } -} \ No newline at end of file +}