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