File size: 409 Bytes
1b5d7ac | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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"
]
}
|