-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapiVersions.json
53 lines (53 loc) · 1.46 KB
/
apiVersions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[
{
"name":"projects/PROJECT_ID/locations/LOCATION/apis/api1/versions/version-1",
"displayName":"version-1",
"description":"version-1",
"documentation":{
"externalUri":"https://api-docs.example.com"
},
"deployments":[
"projects/PROJECT_ID/locations/LOCATION/deployments/deployment1"
],
"lifecycle":{
"attribute":"projects/PROJECT_ID/locations/LOCATION/attributes/system-lifecycle",
"enumValues":{
"values":[
{
"id":"concept"
}
]
}
},
"attributes":{
"projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute1":{
"enumValues":{
"values":[
{
"id":"foo0"
}
]
}
}
},
"selectedDeployment":"projects/PROJECT_ID/locations/LOCATION/deployments/deployment1"
},
{
"name":"projects/PROJECT_ID/locations/LOCATION/apis/api1/versions/version-2",
"displayName":"version-2",
"description":"version-2",
"documentation":{
"externalUri":"https://api-docs.example.com"
},
"lifecycle":{
"attribute":"projects/PROJECT_ID/locations/LOCATION/attributes/system-lifecycle",
"enumValues":{
"values":[
{
"id":"design"
}
]
}
}
}
]