-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathoptimizedData.json
More file actions
61 lines (61 loc) · 1.54 KB
/
optimizedData.json
File metadata and controls
61 lines (61 loc) · 1.54 KB
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
{
"name": "optimizedData",
"base": "PersistedModel",
"options": {
"validateUpsert": true
},
"properties": {
"subscription-id": "string",
"subscription-active": "boolean",
"subscription-app-state": "string",
"client-id": "string",
"client-secret": "string",
"client-name": "string",
"client-org-id": "string",
"client-org-name": "string",
"test-app-enabled": "boolean",
"catalog-id": "string",
"catalog-name": "string",
"organization-id": "string",
"organization-name": "string",
"space-ids": ["string"],
"product-id": "string",
"product-name": "string",
"plan-id": "string",
"plan-name": "string",
"plan-version": "string",
"plan-rate-limit": [{}],
"api-id": "string",
"api-document": {},
"api-document-resolved": {},
"api-assembly": {},
"api-base-path": "string",
"api-name": "string",
"api-type": "string",
"api-version": "string",
"api-properties": {},
"api-paths": [{
"path": "string",
"path-regex": "string",
"matching-score": "number",
"path-methods": [{
"consumes": ["string"],
"method": "string",
"operationId": "string",
"parameters": [{}],
"produces": ["string"],
"responses": {},
"securityDefs": {},
"securityReqs": [{}],
"observed-rate-limit": [{}],
"rate-limit-scope": "string"
}]
}],
"api-state": "string",
"snapshot-id": "string"
},
"validations": [{}],
"relations": {},
"acls": [{}],
"methods": {}
}