-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
96 lines (96 loc) · 2.53 KB
/
schema.json
File metadata and controls
96 lines (96 loc) · 2.53 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "DevOps Repository Schema",
"description": "Structured data for DevOps repository",
"metadata": {
"author": "Unknown",
"email": "unknown@example.com",
"generated": "2026-02-15",
"version": "1.0.0",
"repository": "https://github.com/Fused-Gaming/DevOps",
"codeSignedBy": "Unknown"
},
"schemaOrg": {
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "DevOps",
"description": "DevOps tools, scripts, and automation workflows",
"author": {
"@type": "Person",
"name": "Unknown",
"email": "unknown@example.com"
},
"dateCreated": "2026-02-15",
"dateModified": "2026-02-15",
"codeRepository": "https://github.com/Fused-Gaming/DevOps",
"programmingLanguage": [
"Bash",
"JavaScript",
"YAML",
"Markdown"
],
"keywords": [
"devops",
"automation",
"ci-cd",
"github-actions",
"deployment",
"testing",
"security",
"seo",
"claude-code"
],
"license": "MIT",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
},
"openGraph": {
"og:type": "website",
"og:title": "DevOps - DevOps Automation",
"og:description": "Professional DevOps tools and automation workflows",
"og:url": "https://github.com/Fused-Gaming/DevOps",
"og:site_name": "DevOps",
"og:locale": "en_US",
"article:author": "Unknown"
},
"twitter": {
"twitter:card": "summary_large_image",
"twitter:title": "DevOps - DevOps Automation",
"twitter:description": "Professional DevOps tools and automation workflows",
"twitter:creator": "@Unknown"
},
"features": [
{
"name": "Claude Code Usage Tracking",
"description": "Automatic tracking of Claude Code usage with cost estimation",
"author": "Unknown"
},
{
"name": "Enhanced Testing",
"description": "Comprehensive test suite with detailed diagnostics",
"author": "Unknown"
},
{
"name": "Interactive Makefile",
"description": "Beautiful progress bars and status updates",
"author": "Unknown"
},
{
"name": "SEO Automation",
"description": "Automatic generation of sitemap, robots.txt, and more",
"author": "Unknown"
}
],
"contributors": [
{
"name": "Unknown",
"email": "unknown@example.com",
"role": "Lead Developer",
"contributions": "All features and workflows"
}
]
}