-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabstract-api-timezones-convert-context.jsonld
More file actions
50 lines (50 loc) · 1.31 KB
/
abstract-api-timezones-convert-context.jsonld
File metadata and controls
50 lines (50 loc) · 1.31 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
{
"@context": {
"@version": 1.1,
"abstract": "https://abstractapi.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ConvertTimeResponse": "abstract:ConvertTimeResponse",
"baseLocation": {
"@id": "abstract:base_location",
"@type": "xsd:string"
},
"baseDatetime": {
"@id": "abstract:base_datetime",
"@type": "xsd:string"
},
"baseTimezoneName": {
"@id": "abstract:base_timezone_name",
"@type": "xsd:string"
},
"baseTimezoneAbbreviation": {
"@id": "abstract:base_timezone_abbreviation",
"@type": "xsd:string"
},
"baseUtcOffset": {
"@id": "abstract:base_utc_offset",
"@type": "xsd:integer"
},
"targetLocation": {
"@id": "abstract:target_location",
"@type": "xsd:string"
},
"targetDatetime": {
"@id": "abstract:target_datetime",
"@type": "xsd:string"
},
"targetTimezoneName": {
"@id": "abstract:target_timezone_name",
"@type": "xsd:string"
},
"targetTimezoneAbbreviation": {
"@id": "abstract:target_timezone_abbreviation",
"@type": "xsd:string"
},
"targetUtcOffset": {
"@id": "abstract:target_utc_offset",
"@type": "xsd:integer"
}
}
}