1{
2    "name": "product name",
3    "name_pretty": "Cloud ProductName",
4    "product_documentation": "https://cloud.google.com/productname",
5    "client_documentation": "https://googleapis.dev/python/productname/latest",
6    "issue_tracker": "https://issuetracker.google.com/savedsearches/",
7    "release_level": "ga",
8    "language": "python",
9    "repo": "googleapis/python-productname",
10    "distribution_name": "google-cloud-productname",
11    "api_id": "productname.googleapis.com",
12    "requires_billing": true,
13    "samples": [
14              {"name": "Hello World",
15              "description": "This sample demonstrates basic use of productname.",
16              "file": "hello_world.py",
17              "override_path": "hello_world"},
18
19              {"name": "Quickstart",
20              "description": "This is the Python quickstart for productname. More information available at: https://cloud.google.com/productname/docs/-python-hello",
21              "file": "main.py",
22              "runnable": true,
23              "custom_content": "`usage: main.py [-h]`"}
24    ]
25  }