-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
70 lines (70 loc) · 1.78 KB
/
example.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
{
"name": "Example API",
"description": "This is an example APIs.json file, demonstrating what is possible with the API discovery specification.",
"image": "https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg",
"tags": [
"application programming interface",
"API",
"News",
"Analysis"
],
"created": "2014-04-07",
"modified": "2014-07-09",
"url": "http://apievangelist.com/apis.json",
"specificationVersion": "0.14",
"apis": [
{
"name": "Example API",
"description": "This provides details about a specific API, telling what is possible.",
"image": "https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg",
"humanURL": "http://example.com",
"baseURL": "http://api.example.com",
"tags": [
"API",
"Application Programming Interface"
],
"properties": [
{
"type": "X-signup",
"url": "https://example.com/signup"
},
{
"type": "X-documentation",
"url": "https://example.com/documentation"
},
{
"type": "x-openapi",
"url": "http://example.com/openapi.json"
},
{
"type": "x-json-schema",
"url": "http://example.com/json-schema.json"
},
{
"type": "X-blog",
"url": "http://example.com/blog"
}
],
"contact": [
{
"FN": "APIs.json",
"email": "[email protected]",
"X-twitter": "apisjson"
}
]
}
],
"include": [
{
"name": "Another Example API",
"url": "http://example.com/apis.json"
}
],
"maintainers": [
{
"FN": "Kin Lane",
"X-twitter": "apievangelist",
"email": "[email protected]"
}
]
}