@mytechtoday/augment-extensions 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/README.md +27 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/module.json +26 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/README.md +136 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/SCHEMA-VALIDATION-REPORT.md +216 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/brand-kit-example.yaml +292 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/campaign-brief-example.yaml +389 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/content-calendar-example.yaml +643 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/email-newsletter-example.md +376 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/landing-page-example.md +934 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/ppc-ad-copy-example.md +301 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/seo-blog-post-example.md +347 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/social-media-campaign-example.md +606 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/module.json +50 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/affiliate-influencer-marketing.md +593 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/asset-management.md +418 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/brand-consistency.md +210 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/content-marketing.md +337 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/conversion-optimization.md +455 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/direct-sales.md +499 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/email-marketing.md +439 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/legal-compliance.md +227 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/ppc-advertising.md +569 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/seo-optimization.md +470 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/social-media-marketing.md +414 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/universal-marketing.md +177 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/asset-inventory.schema.json +247 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/brand-kit.schema.json +326 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/campaign-brief.schema.json +342 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/color-palette.schema.json +223 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/content-template.schema.json +383 -0
- package/augment-extensions/workflows/beads-integration/IMPLEMENTATION-STATUS.md +145 -0
- package/augment-extensions/workflows/beads-integration/README.md +143 -0
- package/augment-extensions/workflows/beads-integration/config/defaults.json +32 -0
- package/augment-extensions/workflows/beads-integration/config/schema.json +140 -0
- package/augment-extensions/workflows/beads-integration/examples/basic-task-generation.md +293 -0
- package/augment-extensions/workflows/beads-integration/module.json +75 -0
- package/augment-extensions/workflows/beads-integration/rules/core-rules.md +219 -0
- package/augment-extensions/workflows/beads-integration/rules/effectiveness-standards.md +256 -0
- package/augment-extensions/workflows/beads-integration/rules/task-generation.md +607 -0
- package/augment-extensions/writing-standards/screenplay/README.md +135 -6
- package/augment-extensions/writing-standards/screenplay/_templates/README.md +121 -0
- package/augment-extensions/writing-standards/screenplay/_templates/genre-template.md +153 -0
- package/augment-extensions/writing-standards/screenplay/_templates/style-template.md +243 -0
- package/augment-extensions/writing-standards/screenplay/_templates/theme-template.md +213 -0
- package/augment-extensions/writing-standards/screenplay/examples/beat-sheet-example.yaml +95 -0
- package/augment-extensions/writing-standards/screenplay/examples/character-profile-example.yaml +116 -0
- package/augment-extensions/writing-standards/screenplay/examples/commercial-30sec.fountain +151 -0
- package/augment-extensions/writing-standards/screenplay/examples/independent-monologue.fountain +67 -0
- package/augment-extensions/writing-standards/screenplay/examples/news-segment.fountain +142 -0
- package/augment-extensions/writing-standards/screenplay/examples/plot-outline-example.yaml +184 -0
- package/augment-extensions/writing-standards/screenplay/examples/tv-episode-teaser.fountain +204 -0
- package/augment-extensions/writing-standards/screenplay/genres/README.md +181 -0
- package/augment-extensions/writing-standards/screenplay/genres/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/module.json +70 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/action.md +399 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/adventure.md +407 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/animation.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/biographical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/comedy.md +401 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/documentary.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/drama.md +409 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/fantasy.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/historical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/horror.md +268 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/musical.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/mystery.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/noir.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/romance.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/sci-fi.md +289 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/superhero.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/thriller.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/western.md +293 -0
- package/augment-extensions/writing-standards/screenplay/module.json +1 -1
- package/augment-extensions/writing-standards/screenplay/rules/aaa-hollywood-films.md +339 -0
- package/augment-extensions/writing-standards/screenplay/rules/ai-integration-testing.md +329 -0
- package/augment-extensions/writing-standards/screenplay/rules/character-development.md +169 -0
- package/augment-extensions/writing-standards/screenplay/rules/commercials.md +437 -0
- package/augment-extensions/writing-standards/screenplay/rules/dialogue-writing.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/diversity-inclusion.md +261 -0
- package/augment-extensions/writing-standards/screenplay/rules/examples-guide.md +315 -0
- package/augment-extensions/writing-standards/screenplay/rules/formatting-validation.md +413 -0
- package/augment-extensions/writing-standards/screenplay/rules/fountain-format.md +372 -0
- package/augment-extensions/writing-standards/screenplay/rules/independent-films.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/live-tv-productions.md +443 -0
- package/augment-extensions/writing-standards/screenplay/rules/narrative-structures.md +207 -0
- package/augment-extensions/writing-standards/screenplay/rules/news-broadcasts.md +444 -0
- package/augment-extensions/writing-standards/screenplay/rules/pacing-timing.md +331 -0
- package/augment-extensions/writing-standards/screenplay/rules/quality-review-checklist.md +334 -0
- package/augment-extensions/writing-standards/screenplay/rules/quick-reference.md +299 -0
- package/augment-extensions/writing-standards/screenplay/rules/screen-continuity.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/streaming-content.md +412 -0
- package/augment-extensions/writing-standards/screenplay/rules/trope-management.md +370 -0
- package/augment-extensions/writing-standards/screenplay/rules/tv-series.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/vscode-integration.md +277 -0
- package/augment-extensions/writing-standards/screenplay/rules/web-content.md +393 -0
- package/augment-extensions/writing-standards/screenplay/schemas/beat-sheet.json +332 -0
- package/augment-extensions/writing-standards/screenplay/schemas/character-profile.json +247 -0
- package/augment-extensions/writing-standards/screenplay/schemas/feature-selection.json +200 -0
- package/augment-extensions/writing-standards/screenplay/schemas/plot-outline.json +233 -0
- package/augment-extensions/writing-standards/screenplay/schemas/screenplay-config.json +245 -0
- package/augment-extensions/writing-standards/screenplay/schemas/trope-inventory.json +221 -0
- package/augment-extensions/writing-standards/screenplay/styles/README.md +159 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/style-applications.md +1449 -0
- package/augment-extensions/writing-standards/screenplay/styles/module.json +64 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/dialogue-centric.md +520 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/ensemble.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/epic.md +497 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/experimental.md +492 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/flashback.md +509 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/linear.md +490 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/minimalist.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/non-linear.md +501 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/poetic.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/realistic.md +498 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/satirical.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/surreal.md +508 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/voice-over.md +500 -0
- package/augment-extensions/writing-standards/screenplay/themes/README.md +158 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/common-mistakes-and-fixes.md +643 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/complete-scene-example.md +311 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/individual-theme-examples.md +562 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/multi-theme-weaving.md +538 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-application-guide.md +432 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-integration-across-acts.md +637 -0
- package/augment-extensions/writing-standards/screenplay/themes/module.json +66 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/ambition.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/betrayal.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/environment.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/fate.md +459 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/friendship.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/growth.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/identity.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/isolation.md +464 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/justice.md +461 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/love.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/power.md +494 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/redemption.md +483 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/revenge.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/survival.md +496 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/technology.md +463 -0
- package/cli/dist/cli.js +26 -1
- package/cli/dist/cli.js.map +1 -1
- package/cli/dist/commands/show.d.ts +19 -0
- package/cli/dist/commands/show.d.ts.map +1 -1
- package/cli/dist/commands/show.js +495 -10
- package/cli/dist/commands/show.js.map +1 -1
- package/cli/dist/types/gui.d.ts +62 -0
- package/cli/dist/types/gui.d.ts.map +1 -0
- package/cli/dist/types/gui.js +30 -0
- package/cli/dist/types/gui.js.map +1 -0
- package/cli/dist/utils/gui-helpers.d.ts +23 -0
- package/cli/dist/utils/gui-helpers.d.ts.map +1 -0
- package/cli/dist/utils/gui-helpers.js +159 -0
- package/cli/dist/utils/gui-helpers.js.map +1 -0
- package/cli/dist/utils/module-system.d.ts +80 -1
- package/cli/dist/utils/module-system.d.ts.map +1 -1
- package/cli/dist/utils/module-system.js +388 -16
- package/cli/dist/utils/module-system.js.map +1 -1
- package/modules.md +44 -2
- package/package.json +6 -4
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/marketing/asset-inventory.json",
|
|
4
|
+
"title": "Asset Inventory",
|
|
5
|
+
"description": "JSON schema for media asset inventory with validation rules",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["inventoryName", "assets"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"inventoryName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Inventory name"
|
|
12
|
+
},
|
|
13
|
+
"inventoryId": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Unique inventory identifier"
|
|
16
|
+
},
|
|
17
|
+
"description": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"description": "Inventory description"
|
|
20
|
+
},
|
|
21
|
+
"assets": {
|
|
22
|
+
"type": "array",
|
|
23
|
+
"description": "Array of marketing assets",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"required": ["assetId", "name", "type", "url"],
|
|
27
|
+
"properties": {
|
|
28
|
+
"assetId": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "Unique asset identifier"
|
|
31
|
+
},
|
|
32
|
+
"name": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "Asset name"
|
|
35
|
+
},
|
|
36
|
+
"type": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"enum": ["image", "video", "audio", "document", "presentation", "spreadsheet", "logo", "icon", "font", "template", "other"],
|
|
39
|
+
"description": "Asset type"
|
|
40
|
+
},
|
|
41
|
+
"category": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"enum": ["brand", "product", "marketing", "social", "email", "web", "print", "event", "other"],
|
|
44
|
+
"description": "Asset category"
|
|
45
|
+
},
|
|
46
|
+
"url": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"format": "uri",
|
|
49
|
+
"description": "Asset URL or file path"
|
|
50
|
+
},
|
|
51
|
+
"thumbnailUrl": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"format": "uri",
|
|
54
|
+
"description": "Thumbnail URL"
|
|
55
|
+
},
|
|
56
|
+
"fileFormat": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"description": "File format (e.g., 'jpg', 'mp4', 'pdf')"
|
|
59
|
+
},
|
|
60
|
+
"fileSize": {
|
|
61
|
+
"type": "integer",
|
|
62
|
+
"description": "File size in bytes"
|
|
63
|
+
},
|
|
64
|
+
"dimensions": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"description": "Asset dimensions (for images and videos)",
|
|
67
|
+
"properties": {
|
|
68
|
+
"width": {
|
|
69
|
+
"type": "integer",
|
|
70
|
+
"description": "Width in pixels"
|
|
71
|
+
},
|
|
72
|
+
"height": {
|
|
73
|
+
"type": "integer",
|
|
74
|
+
"description": "Height in pixels"
|
|
75
|
+
},
|
|
76
|
+
"aspectRatio": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"description": "Aspect ratio (e.g., '16:9', '1:1')"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"duration": {
|
|
83
|
+
"type": "integer",
|
|
84
|
+
"description": "Duration in seconds (for video and audio)"
|
|
85
|
+
},
|
|
86
|
+
"tags": {
|
|
87
|
+
"type": "array",
|
|
88
|
+
"items": { "type": "string" },
|
|
89
|
+
"description": "Searchable tags"
|
|
90
|
+
},
|
|
91
|
+
"description": {
|
|
92
|
+
"type": "string",
|
|
93
|
+
"description": "Asset description"
|
|
94
|
+
},
|
|
95
|
+
"altText": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "Alt text for accessibility (images)"
|
|
98
|
+
},
|
|
99
|
+
"caption": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"description": "Caption or subtitle"
|
|
102
|
+
},
|
|
103
|
+
"usage": {
|
|
104
|
+
"type": "object",
|
|
105
|
+
"description": "Usage information",
|
|
106
|
+
"properties": {
|
|
107
|
+
"platforms": {
|
|
108
|
+
"type": "array",
|
|
109
|
+
"items": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"enum": ["website", "facebook", "instagram", "twitter", "linkedin", "youtube", "email", "print", "other"]
|
|
112
|
+
},
|
|
113
|
+
"description": "Platforms where asset can be used"
|
|
114
|
+
},
|
|
115
|
+
"campaigns": {
|
|
116
|
+
"type": "array",
|
|
117
|
+
"items": { "type": "string" },
|
|
118
|
+
"description": "Associated campaigns"
|
|
119
|
+
},
|
|
120
|
+
"restrictions": {
|
|
121
|
+
"type": "string",
|
|
122
|
+
"description": "Usage restrictions or guidelines"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"rights": {
|
|
127
|
+
"type": "object",
|
|
128
|
+
"description": "Rights and licensing information",
|
|
129
|
+
"properties": {
|
|
130
|
+
"license": {
|
|
131
|
+
"type": "string",
|
|
132
|
+
"enum": ["proprietary", "creative_commons", "public_domain", "stock", "custom"],
|
|
133
|
+
"description": "License type"
|
|
134
|
+
},
|
|
135
|
+
"licenseUrl": {
|
|
136
|
+
"type": "string",
|
|
137
|
+
"format": "uri",
|
|
138
|
+
"description": "Link to license details"
|
|
139
|
+
},
|
|
140
|
+
"copyright": {
|
|
141
|
+
"type": "string",
|
|
142
|
+
"description": "Copyright holder"
|
|
143
|
+
},
|
|
144
|
+
"expirationDate": {
|
|
145
|
+
"type": "string",
|
|
146
|
+
"format": "date",
|
|
147
|
+
"description": "License expiration date"
|
|
148
|
+
},
|
|
149
|
+
"attribution": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"description": "Required attribution text"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"metadata": {
|
|
156
|
+
"type": "object",
|
|
157
|
+
"description": "Additional metadata",
|
|
158
|
+
"properties": {
|
|
159
|
+
"created": {
|
|
160
|
+
"type": "string",
|
|
161
|
+
"format": "date-time",
|
|
162
|
+
"description": "Creation date"
|
|
163
|
+
},
|
|
164
|
+
"lastModified": {
|
|
165
|
+
"type": "string",
|
|
166
|
+
"format": "date-time",
|
|
167
|
+
"description": "Last modification date"
|
|
168
|
+
},
|
|
169
|
+
"createdBy": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"description": "Creator name or ID"
|
|
172
|
+
},
|
|
173
|
+
"version": {
|
|
174
|
+
"type": "string",
|
|
175
|
+
"description": "Asset version"
|
|
176
|
+
},
|
|
177
|
+
"status": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"enum": ["draft", "review", "approved", "published", "archived", "deprecated"],
|
|
180
|
+
"description": "Asset status"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"seo": {
|
|
185
|
+
"type": "object",
|
|
186
|
+
"description": "SEO-related fields",
|
|
187
|
+
"properties": {
|
|
188
|
+
"title": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"description": "SEO title"
|
|
191
|
+
},
|
|
192
|
+
"description": {
|
|
193
|
+
"type": "string",
|
|
194
|
+
"description": "SEO description"
|
|
195
|
+
},
|
|
196
|
+
"keywords": {
|
|
197
|
+
"type": "array",
|
|
198
|
+
"items": { "type": "string" },
|
|
199
|
+
"description": "SEO keywords"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"organization": {
|
|
207
|
+
"type": "object",
|
|
208
|
+
"description": "Inventory organization",
|
|
209
|
+
"properties": {
|
|
210
|
+
"folders": {
|
|
211
|
+
"type": "array",
|
|
212
|
+
"items": {
|
|
213
|
+
"type": "object",
|
|
214
|
+
"properties": {
|
|
215
|
+
"name": { "type": "string" },
|
|
216
|
+
"path": { "type": "string" },
|
|
217
|
+
"assetIds": { "type": "array", "items": { "type": "string" } }
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"collections": {
|
|
222
|
+
"type": "array",
|
|
223
|
+
"items": {
|
|
224
|
+
"type": "object",
|
|
225
|
+
"properties": {
|
|
226
|
+
"name": { "type": "string" },
|
|
227
|
+
"description": { "type": "string" },
|
|
228
|
+
"assetIds": { "type": "array", "items": { "type": "string" } }
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"metadata": {
|
|
235
|
+
"type": "object",
|
|
236
|
+
"properties": {
|
|
237
|
+
"version": { "type": "string" },
|
|
238
|
+
"created": { "type": "string", "format": "date-time" },
|
|
239
|
+
"lastUpdated": { "type": "string", "format": "date-time" },
|
|
240
|
+
"owner": { "type": "string" },
|
|
241
|
+
"totalAssets": { "type": "integer" },
|
|
242
|
+
"totalSize": { "type": "integer", "description": "Total size in bytes" }
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/marketing/brand-kit.json",
|
|
4
|
+
"title": "Brand Kit",
|
|
5
|
+
"description": "JSON schema for brand kit configuration including colors, logos, fonts, and brand assets",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["brandName", "colors", "logos", "typography"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"brandName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Official brand name"
|
|
12
|
+
},
|
|
13
|
+
"tagline": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Brand tagline or slogan"
|
|
16
|
+
},
|
|
17
|
+
"colors": {
|
|
18
|
+
"type": "object",
|
|
19
|
+
"required": ["primary", "secondary"],
|
|
20
|
+
"properties": {
|
|
21
|
+
"primary": {
|
|
22
|
+
"type": "array",
|
|
23
|
+
"description": "Primary brand colors",
|
|
24
|
+
"items": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"required": ["name", "hex"],
|
|
27
|
+
"properties": {
|
|
28
|
+
"name": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "Color name (e.g., 'Brand Blue')"
|
|
31
|
+
},
|
|
32
|
+
"hex": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"pattern": "^#[0-9A-Fa-f]{6}$",
|
|
35
|
+
"description": "Hexadecimal color code"
|
|
36
|
+
},
|
|
37
|
+
"rgb": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": {
|
|
40
|
+
"r": { "type": "integer", "minimum": 0, "maximum": 255 },
|
|
41
|
+
"g": { "type": "integer", "minimum": 0, "maximum": 255 },
|
|
42
|
+
"b": { "type": "integer", "minimum": 0, "maximum": 255 }
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"cmyk": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"properties": {
|
|
48
|
+
"c": { "type": "integer", "minimum": 0, "maximum": 100 },
|
|
49
|
+
"m": { "type": "integer", "minimum": 0, "maximum": 100 },
|
|
50
|
+
"y": { "type": "integer", "minimum": 0, "maximum": 100 },
|
|
51
|
+
"k": { "type": "integer", "minimum": 0, "maximum": 100 }
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"pantone": {
|
|
55
|
+
"type": "string",
|
|
56
|
+
"description": "Pantone color code"
|
|
57
|
+
},
|
|
58
|
+
"usage": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"description": "Usage guidelines for this color"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"minItems": 1
|
|
65
|
+
},
|
|
66
|
+
"secondary": {
|
|
67
|
+
"type": "array",
|
|
68
|
+
"description": "Secondary/accent colors",
|
|
69
|
+
"items": {
|
|
70
|
+
"$ref": "#/properties/colors/properties/primary/items"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"neutral": {
|
|
74
|
+
"type": "array",
|
|
75
|
+
"description": "Neutral colors (grays, whites, blacks)",
|
|
76
|
+
"items": {
|
|
77
|
+
"$ref": "#/properties/colors/properties/primary/items"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"accessibility": {
|
|
81
|
+
"type": "object",
|
|
82
|
+
"description": "Accessibility-compliant color combinations",
|
|
83
|
+
"properties": {
|
|
84
|
+
"wcagAACompliant": {
|
|
85
|
+
"type": "array",
|
|
86
|
+
"items": {
|
|
87
|
+
"type": "object",
|
|
88
|
+
"properties": {
|
|
89
|
+
"foreground": { "type": "string" },
|
|
90
|
+
"background": { "type": "string" },
|
|
91
|
+
"contrastRatio": { "type": "number", "minimum": 4.5 }
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"wcagAAACompliant": {
|
|
96
|
+
"type": "array",
|
|
97
|
+
"items": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {
|
|
100
|
+
"foreground": { "type": "string" },
|
|
101
|
+
"background": { "type": "string" },
|
|
102
|
+
"contrastRatio": { "type": "number", "minimum": 7.0 }
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"logos": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"required": ["primary"],
|
|
113
|
+
"properties": {
|
|
114
|
+
"primary": {
|
|
115
|
+
"type": "object",
|
|
116
|
+
"required": ["url", "formats"],
|
|
117
|
+
"properties": {
|
|
118
|
+
"url": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"format": "uri",
|
|
121
|
+
"description": "URL to primary logo"
|
|
122
|
+
},
|
|
123
|
+
"formats": {
|
|
124
|
+
"type": "array",
|
|
125
|
+
"items": {
|
|
126
|
+
"type": "string",
|
|
127
|
+
"enum": ["svg", "png", "jpg", "pdf", "eps"]
|
|
128
|
+
},
|
|
129
|
+
"minItems": 1
|
|
130
|
+
},
|
|
131
|
+
"variants": {
|
|
132
|
+
"type": "object",
|
|
133
|
+
"properties": {
|
|
134
|
+
"light": { "type": "string", "format": "uri" },
|
|
135
|
+
"dark": { "type": "string", "format": "uri" },
|
|
136
|
+
"monochrome": { "type": "string", "format": "uri" },
|
|
137
|
+
"icon": { "type": "string", "format": "uri" }
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"clearSpace": {
|
|
141
|
+
"type": "string",
|
|
142
|
+
"description": "Minimum clear space around logo (e.g., '0.5x logo height')"
|
|
143
|
+
},
|
|
144
|
+
"minSize": {
|
|
145
|
+
"type": "object",
|
|
146
|
+
"properties": {
|
|
147
|
+
"print": { "type": "string", "description": "Minimum size for print (e.g., '1 inch')" },
|
|
148
|
+
"digital": { "type": "string", "description": "Minimum size for digital (e.g., '32px')" }
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"secondary": {
|
|
154
|
+
"$ref": "#/properties/logos/properties/primary"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"typography": {
|
|
159
|
+
"type": "object",
|
|
160
|
+
"required": ["primary", "secondary"],
|
|
161
|
+
"properties": {
|
|
162
|
+
"primary": {
|
|
163
|
+
"type": "object",
|
|
164
|
+
"required": ["family", "weights"],
|
|
165
|
+
"properties": {
|
|
166
|
+
"family": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"description": "Primary font family name"
|
|
169
|
+
},
|
|
170
|
+
"weights": {
|
|
171
|
+
"type": "array",
|
|
172
|
+
"items": {
|
|
173
|
+
"type": "integer",
|
|
174
|
+
"enum": [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
175
|
+
},
|
|
176
|
+
"minItems": 1
|
|
177
|
+
},
|
|
178
|
+
"fallback": {
|
|
179
|
+
"type": "array",
|
|
180
|
+
"items": { "type": "string" },
|
|
181
|
+
"description": "Fallback font stack"
|
|
182
|
+
},
|
|
183
|
+
"source": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"enum": ["google-fonts", "adobe-fonts", "custom", "system"],
|
|
186
|
+
"description": "Font source"
|
|
187
|
+
},
|
|
188
|
+
"url": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"format": "uri",
|
|
191
|
+
"description": "URL to font files or CDN"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"secondary": {
|
|
196
|
+
"$ref": "#/properties/typography/properties/primary"
|
|
197
|
+
},
|
|
198
|
+
"monospace": {
|
|
199
|
+
"$ref": "#/properties/typography/properties/primary"
|
|
200
|
+
},
|
|
201
|
+
"scale": {
|
|
202
|
+
"type": "object",
|
|
203
|
+
"description": "Type scale for consistent sizing",
|
|
204
|
+
"properties": {
|
|
205
|
+
"base": { "type": "number", "description": "Base font size in pixels" },
|
|
206
|
+
"ratio": { "type": "number", "description": "Scale ratio (e.g., 1.25 for major third)" },
|
|
207
|
+
"sizes": {
|
|
208
|
+
"type": "object",
|
|
209
|
+
"properties": {
|
|
210
|
+
"h1": { "type": "string" },
|
|
211
|
+
"h2": { "type": "string" },
|
|
212
|
+
"h3": { "type": "string" },
|
|
213
|
+
"h4": { "type": "string" },
|
|
214
|
+
"h5": { "type": "string" },
|
|
215
|
+
"h6": { "type": "string" },
|
|
216
|
+
"body": { "type": "string" },
|
|
217
|
+
"small": { "type": "string" }
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"voice": {
|
|
225
|
+
"type": "object",
|
|
226
|
+
"description": "Brand voice and tone guidelines",
|
|
227
|
+
"properties": {
|
|
228
|
+
"personality": {
|
|
229
|
+
"type": "array",
|
|
230
|
+
"items": { "type": "string" },
|
|
231
|
+
"description": "Brand personality traits (e.g., 'professional', 'friendly', 'innovative')"
|
|
232
|
+
},
|
|
233
|
+
"tone": {
|
|
234
|
+
"type": "object",
|
|
235
|
+
"properties": {
|
|
236
|
+
"formal": { "type": "boolean" },
|
|
237
|
+
"casual": { "type": "boolean" },
|
|
238
|
+
"humorous": { "type": "boolean" },
|
|
239
|
+
"serious": { "type": "boolean" }
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"doList": {
|
|
243
|
+
"type": "array",
|
|
244
|
+
"items": { "type": "string" },
|
|
245
|
+
"description": "Voice guidelines - what to do"
|
|
246
|
+
},
|
|
247
|
+
"dontList": {
|
|
248
|
+
"type": "array",
|
|
249
|
+
"items": { "type": "string" },
|
|
250
|
+
"description": "Voice guidelines - what not to do"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"assets": {
|
|
255
|
+
"type": "object",
|
|
256
|
+
"description": "Additional brand assets",
|
|
257
|
+
"properties": {
|
|
258
|
+
"icons": {
|
|
259
|
+
"type": "array",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "object",
|
|
262
|
+
"properties": {
|
|
263
|
+
"name": { "type": "string" },
|
|
264
|
+
"url": { "type": "string", "format": "uri" },
|
|
265
|
+
"usage": { "type": "string" }
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"patterns": {
|
|
270
|
+
"type": "array",
|
|
271
|
+
"items": {
|
|
272
|
+
"type": "object",
|
|
273
|
+
"properties": {
|
|
274
|
+
"name": { "type": "string" },
|
|
275
|
+
"url": { "type": "string", "format": "uri" },
|
|
276
|
+
"usage": { "type": "string" }
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"photography": {
|
|
281
|
+
"type": "object",
|
|
282
|
+
"properties": {
|
|
283
|
+
"style": { "type": "string" },
|
|
284
|
+
"guidelines": { "type": "array", "items": { "type": "string" } }
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"usage": {
|
|
290
|
+
"type": "object",
|
|
291
|
+
"description": "Usage guidelines and restrictions",
|
|
292
|
+
"properties": {
|
|
293
|
+
"doList": {
|
|
294
|
+
"type": "array",
|
|
295
|
+
"items": { "type": "string" }
|
|
296
|
+
},
|
|
297
|
+
"dontList": {
|
|
298
|
+
"type": "array",
|
|
299
|
+
"items": { "type": "string" }
|
|
300
|
+
},
|
|
301
|
+
"examples": {
|
|
302
|
+
"type": "array",
|
|
303
|
+
"items": {
|
|
304
|
+
"type": "object",
|
|
305
|
+
"properties": {
|
|
306
|
+
"title": { "type": "string" },
|
|
307
|
+
"description": { "type": "string" },
|
|
308
|
+
"imageUrl": { "type": "string", "format": "uri" },
|
|
309
|
+
"correct": { "type": "boolean" }
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"metadata": {
|
|
316
|
+
"type": "object",
|
|
317
|
+
"properties": {
|
|
318
|
+
"version": { "type": "string" },
|
|
319
|
+
"lastUpdated": { "type": "string", "format": "date" },
|
|
320
|
+
"owner": { "type": "string" },
|
|
321
|
+
"approver": { "type": "string" }
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|