Schema Predefined Values
Last updated
Last updated
Predefined schema values allow users to set up values for each field in schema (number, string, GeoJSON, or other nested schema) and use them in policy while displaying request blocks. There are 3 types of predefined values:
Default Value - This value will be used in the document in the absence of user input. I.e. Guardian pre-populates the field with the Default Value which, if not changed explicitly by the user, would appear in the resulting document as if it was input by the user.
Suggested Value - This provides an example of the correct value a user could input into the field. Unlike ‘Default Value’ it is not inserted automatically into the document, it just serves as a visual aid for users filling out the form.
Test Value - This will be used for quick filling out the form for testing in Dry-Run mode. When the ‘Test’ button is clicked all fields in the form which have associated ‘Test Value’ will be auto-populated with these values correspondingly, so the user can quickly proceed to the next step in the policy flow with valid test data in the resulting document.
Predefined values can be found in the schema configuration dialog.
There is “Selected values” block and “Show More”/”Show Less” button there.
The default value is the initial field value, which will be marked with gold color until it won’t be changed
The suggest value is the value, which will be suggested when field value is empty
The test value is the value, which will be inserted after clicking on the “Test” button. It is only available in Dry-Run mode.
Predefined values can also be used in more complex cases such as multiple fields, nested schemas, geoJSON.