-
Notifications
You must be signed in to change notification settings - Fork 499
feat(schema): de-dupe re-used fields in the descriptor #11240
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
base: cldx-4335/remove-unused-options
Are you sure you want to change the base?
feat(schema): de-dupe re-used fields in the descriptor #11240
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
🧪 E2E Preview environment🔑 Environment Variables for Local TestingThis is the preview URL for the E2E tests: https://e2e-studio-o06qz4zs6.sanity.dev To run the E2E tests locally, you can use the following environment variables, then run 💬 Remember to build the project first with |
📊 Playwright Test ReportThis report contains test results, including videos of failing tests. |
ffef6a1 to
96cf2d9
Compare
c4a1c9c to
2c9fbd7
Compare
⚡️ Editor Performance ReportDeploying studio and running performance tests… |

Description
This changes the format of the schema descriptor (i.e. the server-side schema) to automatically detect when a field or array member is reused and then hoists it outside as a separate object.
What to review
Testing
Notes for release
N/A. Still only internal.