changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "found": {
- "const": false,
- "type": "boolean"
- },
- "games": {
- "items": {
- "not": {}
- },
- "type": "array"
- },
- "reason": {
- "type": "string"
- },
- "total": {
- "const": 0,
- "type": "number"
- }
- },
- "required": [
- "found",
- "reason",
- "total",
- "games"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "found": {
- "const": true,
- "type": "boolean"
- },
- "games": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "appid": {
- "type": "number"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "playtime_2weeks_hours": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "playtime_hours": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "name",
- "playtime_hours",
- "playtime_2weeks_hours"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total": {
- "type": "number"
- }
- },
- "required": [
- "found",
- "total",
- "games"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "found": {
+ "const": false,
+ "type": "boolean"
+ },
+ "games": {
+ "items": {
+ "not": {}
+ },
+ "type": "array"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "total": {
+ "const": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "found",
+ "reason",
+ "total",
+ "games"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "found": {
+ "const": true,
+ "type": "boolean"
+ },
+ "games": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "appid": {
+ "type": "number"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "playtime_2weeks_hours": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "playtime_hours": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "playtime_hours",
+ "playtime_2weeks_hours"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "found",
+ "total",
+ "returned",
+ "games"
+ ],
+ "type": "object"
+ }
+]