addedOutput schema / properties / author / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / author / type
Removed value: -[
- "string",
- "null"
-]
addedOutput schema / properties / category / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / category / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / cook_minutes / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / ingredients / items / properties / amount / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / ingredients / items / properties / amount / type
Removed value: -[
- "number",
- "null"
-]
addedOutput schema / properties / ingredients / items / properties / amountMax / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / ingredients / items / properties / amountMax / type
Removed value: -[
- "number",
- "null"
-]
addedOutput schema / properties / ingredients / items / properties / unit / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / ingredients / items / properties / unit / type
Removed value: -[
- "string",
- "null"
-]
changedOutput schema / properties / nutrition / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "calories": {
- "type": [
- "string",
- "null"
- ]
- },
- "carbohydrate": {
- "type": [
- "string",
- "null"
- ]
- },
- "fat": {
- "type": [
- "string",
- "null"
- ]
- },
- "fiber": {
- "type": [
- "string",
- "null"
- ]
- },
- "protein": {
- "type": [
- "string",
- "null"
- ]
- },
- "serving_size": {
- "type": [
- "string",
- "null"
- ]
- },
- "sodium": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "calories",
- "protein",
- "fat",
- "carbohydrate",
- "fiber",
- "sodium",
- "serving_size"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "calories": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "carbohydrate": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fat": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fiber": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "protein": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "serving_size": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sodium": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "calories",
+ "protein",
+ "fat",
+ "carbohydrate",
+ "fiber",
+ "sodium",
+ "serving_size"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / prep_minutes / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / rating / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "best": {
- "type": [
- "number",
- "null"
- ]
- },
- "count": {
- "type": [
- "number",
- "null"
- ]
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "value",
- "count",
- "best"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "best": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "count": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "count",
+ "best"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / total_minutes / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / yield / properties / factor / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / yield / properties / factor / type
Removed value: -[
- "number",
- "null"
-]
addedOutput schema / properties / yield / properties / original_count / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / yield / properties / original_count / type
Removed value: -[
- "number",
- "null"
-]
addedOutput schema / properties / yield / properties / requested / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / yield / properties / requested / type
Removed value: -[
- "number",
- "null"
-]
addedOutput schema / properties / yield / properties / unit / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / yield / properties / unit / type
Removed value: -[
- "string",
- "null"
-]