Page MenuHomePhabricator

JSON Schema wikiproject.json

Authored By
Harej
Dec 15 2015, 5:21 AM
Size
1 KB
Referenced Files
None
Subscribers
None

JSON Schema wikiproject.json

{
"$schema": "http://json-schema.org/schema#",
"id": "https://en.wikipedia.org/wiki/Wikipedia:WikiProject_X/wikiproject.json",
"type": "object",
"properties": {
"description": {
"type": "string"
},
"schema": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"defaults": {
"type": "object",
"additionalProperties": {
"type": "boolean"
}
},
"projects": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"type": {
"type": "string"
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"quality_inheritance": {
"type": "boolean",
"default": true
},
"new_discussions": {
"type": "boolean",
"default": false
},
"suggestbot": {
"type": "boolean",
"default": false
},
"assessment_tools": {
"type": "boolean",
"default": false
},
"at_category": {
"type": "string"
},
"at_unknown_quality": {
"type": "string"
},
"at_unknown_priority": {
"type": "string"
},
"wikidata_missing_articles": {
"type": "string"
}
},
"required": [
"name"
],
"dependencies": {
"source": [
"type"
],
"assessment_tools": [
"at_category",
"at_unknown_quality",
"at_unknown_priority"
]
}
}
}
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3100198
Default Alt Text
JSON Schema wikiproject.json (1 KB)

Event Timeline