Initial commit
This commit is contained in:
50
spec/ProjectSpec.json
Normal file
50
spec/ProjectSpec.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"$schema": "./ProjectSpec.schema.json",
|
||||
"meta": {
|
||||
"projectName": "",
|
||||
"client": "",
|
||||
"version": "1.0.0",
|
||||
"createdAt": "",
|
||||
"updatedAt": ""
|
||||
},
|
||||
"brand": {
|
||||
"name": "",
|
||||
"tagline": "",
|
||||
"description": "",
|
||||
"tone": [],
|
||||
"values": []
|
||||
},
|
||||
"target": {
|
||||
"audience": [],
|
||||
"goals": [],
|
||||
"competitors": []
|
||||
},
|
||||
"pages": [],
|
||||
"features": [],
|
||||
"integrations": [],
|
||||
"seo": {
|
||||
"primaryKeywords": [],
|
||||
"secondaryKeywords": [],
|
||||
"localSeo": {
|
||||
"enabled": false,
|
||||
"regions": []
|
||||
}
|
||||
},
|
||||
"technical": {
|
||||
"hosting": "",
|
||||
"domain": "",
|
||||
"analytics": [],
|
||||
"thirdParty": []
|
||||
},
|
||||
"content": {
|
||||
"languages": ["de"],
|
||||
"defaultLanguage": "de",
|
||||
"contentSources": []
|
||||
},
|
||||
"timeline": {
|
||||
"kickoff": "",
|
||||
"milestones": [],
|
||||
"launch": ""
|
||||
},
|
||||
"notes": ""
|
||||
}
|
||||
Reference in New Issue
Block a user