| { | |
| "service": "example-api", | |
| "endpoints": [ | |
| {"path": "/customers", "method": "GET", "produces": "raw_customers"}, | |
| {"path": "/orders", "method": "POST", "produces": "orders"} | |
| ], | |
| "notes": "Sample API metadata representing sources that produce tables." | |
| } | |