From 913f5c0997ade315a5ebd6e3b8d914fd500d2ed0 Mon Sep 17 00:00:00 2001 From: asafMasa Date: Thu, 24 Jul 2025 15:02:25 +0300 Subject: [PATCH] chore: add support for being_deleted status in 3D yaml --- src/yaml/3dCatalog/3dMetadata.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/yaml/3dCatalog/3dMetadata.yaml b/src/yaml/3dCatalog/3dMetadata.yaml index 12286fbb..f1ca4c37 100644 --- a/src/yaml/3dCatalog/3dMetadata.yaml +++ b/src/yaml/3dCatalog/3dMetadata.yaml @@ -176,7 +176,7 @@ components: description: Area inside the region productStatus: type: string - pattern: '^(UNPUBLISHED|PUBLISHED)$' + pattern: '^(UNPUBLISHED|PUBLISHED|BEING_DELETED)$' default: 'UNPUBLISHED' description: The status of the model keywords: @@ -540,7 +540,7 @@ components: description: Area inside the region productStatus: type: string - pattern: '^(UNPUBLISHED|PUBLISHED)$' + pattern: '^(UNPUBLISHED|PUBLISHED|BEING_DELETED)$' default: 'UNPUBLISHED' description: The status of the model productSource: @@ -719,7 +719,7 @@ components: productStatus: type: string nullable: false - pattern: '^(UNPUBLISHED|PUBLISHED)$' + pattern: '^(UNPUBLISHED|PUBLISHED|BEING_DELETED)$' description: The status of the model additionalProperties: false \ No newline at end of file