-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
59 lines (52 loc) · 1.55 KB
/
index.yml
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
---
# APIs JSON/YAML Specification Details
specificationVersion: '0.14'
# Overview of this API
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
url: http://example.com/apis.json
# Tags for helping organize
tags:
- Application Programming Interface
- API
# Time frame for API evolution
created: '2014-04-07'
modified: '2020-09-03'
# Elements of APIs
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
- type: pricing
url: http://example.com/pricing
contact:
- FN: APIs.json
email: [email protected]
X-twitter: apisjson
# Other Related APIs to Include
include:
- name: Another Example API
url: http://example.com/apis.json
# Who is Maintaining this APIs JSON/YAML
maintainers:
- FN: Kin Lane
X-twitter: apievangelist
email: [email protected]