changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "best_matches": {
+ "items": {
+ "oneOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "access": {
+ "enum": [
+ "available",
+ "needs_subscription",
+ "needs_purchase"
+ ],
+ "type": "string"
+ },
+ "author": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "not_for": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pick_when": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "tasks": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "why_great": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "author",
+ "access",
+ "tasks",
+ "pick_when",
+ "not_for",
+ "why_great"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "access": {
+ "enum": [
+ "available",
+ "needs_subscription",
+ "needs_purchase"
+ ],
+ "type": "string"
+ },
+ "author": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "why_great": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "author",
+ "access",
+ "description",
+ "why_great"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "maxItems": 5,
+ "type": "array"
+ },
+ "catalog": {
+ "items": {
+ "oneOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "access": {
+ "enum": [
+ "available",
+ "needs_subscription",
+ "needs_purchase"
+ ],
+ "type": "string"
+ },
+ "author": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "not_for": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pick_when": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "tasks": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "author",
+ "access",
+ "tasks",
+ "pick_when",
+ "not_for"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "access": {
+ "enum": [
+ "available",
+ "needs_subscription",
+ "needs_purchase"
+ ],
+ "type": "string"
+ },
+ "author": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "author",
+ "access",
+ "description"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "maxItems": 120,
+ "type": "array"
+ },
+ "how_to_work": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "best_matches",
+ "catalog",
+ "note",
+ "how_to_work"
+ ],
+ "type": "object"
+}