-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathspec.config.json
More file actions
49 lines (49 loc) · 1.48 KB
/
Copy pathspec.config.json
File metadata and controls
49 lines (49 loc) · 1.48 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
{
"slug": "security",
"shortName": "Security",
"specSrc": "security.md",
"abstractQuestion": "What is the Security Specification?",
"abstractText": "The Security Specification defines reusable security scheme concepts for OpenAPI Initiative specifications.",
"metaDescription": "OpenAPI Initiative Security Specification.",
"copyright": "the Linux Foundation",
"edDraftURI": "https://github.com/OAI/sig-security/",
"logo": {
"src": "https://raw.githubusercontent.com/OAI/OpenAPI-Style-Guide/master/graphics/bitmap/OpenAPI_Logo_Pantone.png",
"alt": "OpenAPI Initiative",
"height": 48,
"url": "https://openapis.org/"
},
"participateLinks": [
{
"value": "GitHub OAI/sig-security",
"href": "https://github.com/OAI/sig-security/"
},
{
"value": "File a bug",
"href": "https://github.com/OAI/sig-security/issues"
},
{
"value": "Pull requests",
"href": "https://github.com/OAI/sig-security/pulls"
}
],
"release": {
"sourcePath": "src/security.md",
"releaseHistoryNote": "$releaseType of the Security Specification $version",
"removeOnReleaseBranch": [
"src",
"tests/schema/pass",
"tests/schema/fail",
"tests/schema/schema.test.mjs"
],
"schemaVersionRewrite": {
"enabled": true,
"paths": [
"src/schemas/validation/*.yaml",
"tests/schema/schema.test.mjs",
"tests/schema/pass/*.yaml",
"tests/schema/fail/*.yaml"
]
}
}
}