changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "as_of": {
+ "type": "string"
+ },
+ "episode_count": {
+ "type": "integer"
+ },
+ "episode_ids": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "episodes_url": {
+ "type": "string"
+ },
+ "markdown": {
+ "description": "The full briefing (dossier) markdown",
+ "type": "string"
+ },
+ "since": {
+ "type": "string"
+ },
+ "slug": {
+ "description": "YYYY-MM-DD edition date",
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "version": {
+ "type": "integer"
+ },
+ "week_label": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "week_label",
+ "as_of",
+ "episode_count",
+ "url",
+ "since",
+ "version",
+ "markdown",
+ "episode_ids",
+ "episodes_url"
+ ],
+ "type": "object"
+}