changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "advisors": {
+ "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": 100,
+ "type": "array"
+ },
+ "count": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "limit": {
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "note": {
+ "type": "string"
+ },
+ "offset": {
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "advisors",
+ "count",
+ "limit",
+ "offset"
+ ],
+ "type": "object"
+}