-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathglobal.json
More file actions
80 lines (80 loc) · 2.27 KB
/
global.json
File metadata and controls
80 lines (80 loc) · 2.27 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"navigation": {
"title": "Main navigation",
"show": "Show navigation",
"hide": "Hide navigation",
"subgraphs": "Subgraphs",
"substreams": "Substreams",
"sps": "Substreams-Powered Subgraphs",
"hypergraph": "Hypergraph",
"ai-suite": "AI Suite",
"tokenApi": "Token API",
"indexing": "Indexing",
"resources": "Resources",
"archived": "Archived"
},
"page": {
"lastUpdated": "Last updated",
"readingTime": {
"title": "Reading time",
"minutes": "minutes"
},
"previous": "Previous page",
"next": "Next page",
"edit": "Edit on GitHub",
"onThisPage": "On this page",
"tableOfContents": "Table of contents",
"linkToThisSection": "Link to this section"
},
"content": {
"callout": {
"note": "Note",
"tip": "Tip",
"important": "Important",
"warning": "Warning",
"caution": "Caution"
},
"video": "Video"
},
"openApi": {
"parameters": {
"pathParameters": "Path Parameters",
"queryParameters": "Query Parameters",
"headerParameters": "Header Parameters",
"cookieParameters": "Cookie Parameters",
"parameter": "Parameter",
"description": "Description",
"value": "Value",
"required": "Required",
"deprecated": "Deprecated",
"defaultValue": "Default value",
"minimumValue": "Minimum value",
"maximumValue": "Maximum value",
"acceptedValues": "Accepted values",
"acceptedPattern": "Accepted pattern",
"format": "Format",
"serializationFormat": "Serialization format"
},
"request": {
"label": "Test this endpoint",
"noCredentialsRequired": "No credentials required",
"send": "Send Request"
},
"responses": {
"potentialResponses": "Potential Responses",
"status": "Status",
"description": "Description",
"liveResponse": "Live Response",
"example": "Example"
},
"errors": {
"invalidApi": "Could not retrieve API {0}.",
"invalidOperation": "Could not retrieve operation {0} in API {1}."
}
},
"notFound": {
"title": "Oops! This page was lost in space...",
"subtitle": "Check if you’re using the right address or explore our website by clicking on the link below.",
"back": "Go Home"
}
}