Skip to content

Commit

Permalink
Fix nullTime for deleted_At property
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Sharma <[email protected]>
  • Loading branch information
Yashsharma1911 committed Jul 31, 2024
1 parent d33608d commit 2a44368
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions models/v1beta1/workspace.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions schemas/constructs/openapi/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ components:
updated_at:
$ref: './common/core.yml#/components/schemas/time'
deleted_at:
$ref: './common/core.yml#/components/schemas/time'
$ref: './common/core.yml#/components/schemas/nullTime'
workspacesEnvironmentsMapping:
properties:
ID:
Expand All @@ -69,7 +69,7 @@ components:
updated_at:
$ref: './common/core.yml#/components/schemas/time'
deleted_at:
$ref: './common/core.yml#/components/schemas/time'
$ref: './common/core.yml#/components/schemas/nullTime'
workspacesViewsMapping:
properties:
ID:
Expand All @@ -83,7 +83,7 @@ components:
updated_at:
$ref: './common/core.yml#/components/schemas/time'
deleted_at:
$ref: './common/core.yml#/components/schemas/time'
$ref: './common/core.yml#/components/schemas/nullTime'
workspacesDesignsMapping:
properties:
ID:
Expand All @@ -97,7 +97,7 @@ components:
updated_at:
$ref: './common/core.yml#/components/schemas/time'
deleted_at:
$ref: './common/core.yml#/components/schemas/time'
$ref: './common/core.yml#/components/schemas/nullTime'
workspaceUpdatePayload:
properties:
name:
Expand Down

0 comments on commit 2a44368

Please sign in to comment.