Spaces:
Runtime error
Runtime error
Delete test_cases.json
Browse files- test_cases.json +0 -30
test_cases.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
[
|
| 2 |
-
{
|
| 3 |
-
"endpoint": "/api/user",
|
| 4 |
-
"method": "POST",
|
| 5 |
-
"payload": { "name": "Alice", "age": 25 },
|
| 6 |
-
"expected_schema": {
|
| 7 |
-
"type": "object",
|
| 8 |
-
"properties": {
|
| 9 |
-
"id": { "type": "string" },
|
| 10 |
-
"name": { "type": "string" },
|
| 11 |
-
"age": { "type": "number" }
|
| 12 |
-
},
|
| 13 |
-
"required": ["id", "name", "age"]
|
| 14 |
-
}
|
| 15 |
-
},
|
| 16 |
-
{
|
| 17 |
-
"endpoint": "/api/user/1",
|
| 18 |
-
"method": "GET",
|
| 19 |
-
"payload": {},
|
| 20 |
-
"expected_schema": {
|
| 21 |
-
"type": "object",
|
| 22 |
-
"properties": {
|
| 23 |
-
"id": { "type": "string" },
|
| 24 |
-
"name": { "type": "string" },
|
| 25 |
-
"age": { "type": "number" }
|
| 26 |
-
},
|
| 27 |
-
"required": ["id", "name", "age"]
|
| 28 |
-
}
|
| 29 |
-
}
|
| 30 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|