File size: 267 Bytes
0510038 |
1 2 3 4 5 6 7 8 9 |
{
"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."
}
|