51 lines
844 B
JSON
51 lines
844 B
JSON
{
|
|
"$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": ""
|
|
}
|