chore: update schema excel template with the missing field types - #6908
Open
ihar-tsykala wants to merge 4 commits into
Open
ihar-tsykala wants to merge 4 commits into
ihar-tsykala wants to merge 4 commits into
Conversation
Contributor
ihar-tsykala
marked this pull request as ready for review
September 22, 2026 20:45
Contributor
Author
|
Hey @swidnikk, could you check it again please? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description:
The schema template offered on the Policy Schemas page no longer worked. It failed its own import, and it was out of date — it listed 22 field types while Guardian accepts 27, so anyone starting from it had no way to know the newer types existed.
This updates the template workbook. It imports again, it covers every supported field type with a worked example, its README matches what the importer actually does, and the example descriptions now read as the labels a user sees on the form. A unit test parses the committed file so it cannot drift out of date again unnoticed.
No product code changed — every field type already worked. Only the template and one test file are touched.
Fixes #
Checklist