Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions open-api/rest-catalog-open-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class Transform(BaseModel):
...,
example=[
'identity',
'void',
'year',
'month',
'day',
Expand Down
1 change: 1 addition & 0 deletions open-api/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,7 @@ components:
type: string
example:
- "identity"
- "void"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @singhpk234! Looks like the Transform model already covers void since it’s just a string and not an enum.

There’s still a good case for calling it out for clarity, or even switching the list to an enum later if it helps with server side handling.

- "year"
- "month"
- "day"
Expand Down