[
{
"name": "Feature 'Year' less than 2026",
"description": "Asserts that the values of the feature 'Year' are within the specified range",
"type": "integrity",
"subtype": "featureValueValidation",
"thresholds": [
{
"insightName": "featureProfile",
"insightParameters": [
{ "name": "name", "value": "Year" }, // Selects feature `Year`
],
"measurement": "max", // Must be one of `max` or `min`
"operator": "<=",
"value": 2026
}
],
"subpopulationFilters": null,
"mode": "development",
"usesValidationDataset": true, // Apply test to the validation set
"usesTrainingDataset": false,
"usesMlModel": false,
"syncId": "b4dee7dc-4f15-48ca-a282-63e2c04e0689" // Some unique id
}
]