/ tests / sam-test-infrastructure / src / sam_test_infrastructure / test_data / web_content / sample.json
sample.json
1 { 2 "id": 1, 3 "title": "Test Todo Item", 4 "completed": false, 5 "userId": 1, 6 "metadata": { 7 "created": "2024-01-01T00:00:00Z", 8 "tags": ["test", "sample"] 9 }, 10 "description": "This is a test JSON file for web_request tool testing" 11 }