Update schema processing for policy editor
What does this MR do and why?
Update schema processing for policy editor
- metadata and policy_scope were recently added to $defs
- add $defs to single policy schema
- update tests
Changelog: fixed
EE: true
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Upload a GitLab Ultimate license
- Navigate to a project/group => Secure => Policies => New policy => Any policy type => Yaml Mode
- If you are using Vite locally, cherry-pick the commits from Fix yaml support for monaco-editor with vite (!152660 - merged)
- Verify the schema validation working
Related to #475260 (closed)

