smartgridbench-review-artifact / negative_checks /invalid_multi_missing_domain_coverage.json
garn-garn's picture
Add SmartGridBench review artifact v1
1b5d7ac verified
raw
history blame contribute delete
409 Bytes
{
"id": "SG-NEG-001",
"type": "Multi",
"text": "Negative fixture: declared multi-domain scenario with mismatched tool coverage.",
"category": "Negative Validation Check",
"characteristic_form": "Should fail validator because domain tags and expected tools do not agree.",
"asset_id": "T-001",
"expected_tools": [
"iot.get_sensor_readings"
],
"domain_tags": [
"IoT",
"TSFM"
]
}