MediaWiki:AppsCampaignConfig/schema.json: Difference between revisions

Content deleted Content added
Initial attempt at a Json Schema.
 
m Add format annotations.
 
(One intermediate revision by the same user not shown)
Line 15:
"version": {
"description": "Version number of this structure, to be incremented when a significant change to the schema is made.",
"type": "numberinteger"
},
"start_time": {
"type": "string",
"format": "date-time"
},
"end_time": {
"type": "string",
"format": "date-time"
},
"countries": {
Line 90 ⟶ 92:
"additionalProperties": false
}
},
"required": [
"id",
"version",
"start_time",
"end_time",
"countries",
"platforms",
"assets"
]
}
}