-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathmetadata.json
38 lines (38 loc) · 1.02 KB
/
metadata.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
{
"environmentVariables": [
"GH_API_CONCURRENCY_LIMIT",
"GH_API_TOKEN",
"GH_API_USERNAME",
"TOOLING_REPOSITORY_OWNER",
"TOOLING_REPOSITORY_REPO_NAME"
],
"sources": [
{
"title": "https://openapi.tools/",
"url": "https://raw.githubusercontent.com/apisyouwonthate/openapi.tools/master/_data/tools.yml",
"processor": "../processors/openapi-tools-processor.js"
},
{
"title": "openapi3 tags",
"processor": "../processors/tagged-repository-processor.js",
"topic": "openapi3",
"version": "v3"
},
{
"title": "openapi31 tags",
"processor": "../processors/tagged-repository-processor.js",
"topic": "openapi31",
"version": "v3_1"
},
{
"title": "Tooling repository issues",
"processor": "../processors/open-tooling-repository-issues.js",
"masterDataFileName": "src/_data/tools.yaml"
},
{
"title": "master",
"url": "src/_data/tools.yaml",
"processor": "../processors/master-processor.js"
}
]
}