addedOutput schema / properties / jams
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "deadline": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "ident": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "ident",
+ "title",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / required
Previous value: -[
- "ident",
- "title",
- "summary",
- "tags",
- "canonicalUrl",
- "markdownUrl",
- "generation",
- "generatedAt",
- "contentNotice",
- "description",
- "updatesTotal",
- "updates",
- "liveServers"
-]New value: +[
+ "ident",
+ "title",
+ "summary",
+ "tags",
+ "jams",
+ "canonicalUrl",
+ "markdownUrl",
+ "generation",
+ "generatedAt",
+ "contentNotice",
+ "description",
+ "updatesTotal",
+ "updates",
+ "liveServers"
+]