-
Notifications
You must be signed in to change notification settings - Fork 1
/
apis.json
73 lines (73 loc) · 1.83 KB
/
apis.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"name":"projects/PROJECT_ID/locations/LOCATION/apis/api1",
"displayName":"API 1",
"description":"API 1",
"documentation":{
"externalUri":"https://api-docs.example.com"
},
"owner":{
"displayName":"API Owner",
"email":"[email protected]"
},
"targetUser":{
"attribute":"projects/PROJECT_ID/locations/LOCATION/attributes/system-target-user",
"enumValues":{
"values":[
{
"id":"team"
}
]
}
},
"team":{
"attribute":"projects/PROJECT_ID/locations/LOCATION/attributes/system-team",
"enumValues":{
"values":[
{
"id":"example-team"
}
]
}
},
"businessUnit":{
"attribute":"projects/PROJECT_ID/locations/LOCATION/attributes/system-business-unit",
"enumValues":{
"values":[
{
"id":"example-business-unit"
}
]
}
},
"maturityLevel":{
"attribute":"projects/PROJECT_ID/locations/LOCATION/attributes/system-maturity-level",
"enumValues":{
"values":[
{
"id":"level-1"
}
]
}
},
"apiStyle":{
"attribute":"projects/PROJECT_ID/locations/LOCATION/attributes/system-api-style",
"enumValues":{
"values":[
{
"id":"rest"
}
]
}
},
"attributes":{
"projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute10":{
"stringValues":{
"values":[
"Test123"
]
}
}
}
}
]