Skip to content

feat: extend PDL types with json schema types #947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 23, 2025
Merged

feat: extend PDL types with json schema types #947

merged 3 commits into from
May 23, 2025

Conversation

mandel
Copy link
Collaborator

@mandel mandel commented May 22, 2025

No description provided.

@mandel
Copy link
Collaborator Author

mandel commented May 23, 2025

This feature introduce a none backward compatible change: if a spec that was containing an object with a type field, like
spec: { type: str, age: int }, it has to be changed into an explicit object spec, like that spec: { obj: { type: str, age: int } }.

@mandel mandel merged commit 497aa1b into main May 23, 2025
10 checks passed
@mandel mandel deleted the pdl-277 branch May 23, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant