-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtemplate.json
39 lines (39 loc) · 1.19 KB
/
template.json
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
{
"name": "[required] project name",
"description": "project description",
"license": "project license",
"status": "[required] project status (Ideation, Alpha, Beta, Production, or Archival)",
"homepage": "project homepage",
"repository": "project repository URL",
"type": "project type (e.g. Web App, Dataset, Command Line Tool, etc.)",
"thumbnail": "project thumbnail image URL",
"geography": [
"array of geography tags"
],
"contact": {
"name": "contact name [required]",
"email": "contact email",
"url": "contact URL"
},
"partners": [
{
"name": "[required if have partner] partner name",
"email": "partner email",
"url": "partner URL"
}
],
"data": [
{
"name": "[required if have dataset] dataset name",
"url": "[required if have dataset] dataset URL",
"metadata": "dataset metadata URL"
}
],
"tags": [
"array of project tags"
],
"links": [
"array of project links"
],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}