-
Notifications
You must be signed in to change notification settings - Fork 1
/
attributes.json
114 lines (114 loc) · 3.24 KB
/
attributes.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute1",
"displayName": "sample-attribute1",
"description": "Sample Attribute 1",
"scope": "VERSION",
"dataType": "ENUM",
"allowedValues": [
{
"id": "foo0",
"displayName": "foo",
"description": "bar"
},
{
"id": "url0",
"displayName": "url",
"description": "https://google.com"
}
],
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute2",
"displayName": "sample-attribute2",
"description": "Sample Attribute 2",
"scope": "SPEC",
"dataType": "JSON",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute3",
"displayName": "sample-attribute3",
"description": "Sample Attribute 3",
"scope": "DEPLOYMENT",
"dataType": "STRING",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute4",
"displayName": "sample-attribute4",
"description": "Sample Attribute 4",
"scope": "DEPLOYMENT",
"dataType": "STRING",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute5",
"displayName": "sample-attribute5",
"description": "Sample Attribute 5",
"scope": "DEPENDENCY",
"dataType": "JSON",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute6",
"displayName": "sample-attribute6",
"description": "Sample Attribute 6",
"scope": "EXTERNAL_API",
"dataType": "STRING",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute7",
"displayName": "sample-attribute7",
"description": "Sample Attribute 7",
"scope": "EXTERNAL_API",
"dataType": "STRING",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute8",
"displayName": "sample-attribute8",
"description": "Sample Attribute 8",
"scope": "DEPENDENCY",
"dataType": "STRING",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute9",
"displayName": "sample-attribute9",
"description": "Sample Attribute 9",
"scope": "DEPENDENCY",
"dataType": "STRING",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute10",
"displayName": "sample-attribute10",
"description": "Sample Attribute 10",
"scope": "API",
"dataType": "STRING",
"cardinality": 1
},
{
"name": "projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute11",
"displayName": "sample-attribute11",
"description": "Sample Attribute 11",
"scope": "EXTERNAL_API",
"dataType": "ENUM",
"allowedValues": [
{
"id": "foo0",
"displayName": "foo",
"description": "bar"
},
{
"id": "url0",
"displayName": "url",
"description": "https://google.com"
}
],
"cardinality": 1
}
]