-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresponse.json
More file actions
64 lines (54 loc) · 1.74 KB
/
response.json
File metadata and controls
64 lines (54 loc) · 1.74 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
{
"@context": {
"@version": 1.1,
"@import": "https://opengeometadata.org/context/aardvark-v1.jsonld",
"schema": "https://schema.org/",
"hydra": "http://www.w3.org/ns/hydra/core#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"ogm": "https://opengeometadata.org/ns/ogm#",
"status": "schema:status",
"query_time": {
"@id": "ogm:queryTime",
"@context": {
"elasticsearch": "ogm:searchBackendTime",
"item_processing": {
"@id": "ogm:itemProcessing",
"@context": {
"total": "ogm:totalTime",
"per_item": "ogm:perItemTime",
"thumbnail_service": "ogm:thumbnailServiceTime",
"citation_service": "ogm:citationServiceTime",
"viewer_service": "ogm:viewerServiceTime"
}
},
"total_response_time": "ogm:totalResponseTime"
}
},
"meta": "ogm:meta",
"pages": {
"@id": "ogm:pagination",
"@context": {
"current_page": "hydra:pageIndex",
"next_page": "ogm:nextPage",
"prev_page": "ogm:previousPage",
"total_pages": "ogm:totalPages",
"limit_value": "hydra:itemsPerPage",
"offset_value": "ogm:offset",
"total_count": "hydra:totalItems",
"first_page?": "ogm:isFirstPage",
"last_page?": "ogm:isLastPage"
}
},
"spelling_suggestions": "ogm:spellingSuggestion",
"data": "hydra:member",
"included": "ogm:included",
"type": "@type",
"id": "@id",
"score": "ogm:score",
"attributes": "schema:additionalProperty",
"links": "hydra:link",
"label": "rdfs:label",
"value": "schema:value",
"hits": "ogm:hits"
}
}