changedOutput schema / (root)
Previous value: -{
- "properties": {
- "average_user_rating": {
- "description": "Average user rating",
- "type": [
- "number",
- "null"
- ]
- },
- "description": {
- "description": "Preview of the game description",
- "type": [
- "string",
- "null"
- ]
- },
- "id": {
- "description": "Board Game Atlas game ID",
- "type": "string"
- },
- "image_url": {
- "description": "Full-size image URL",
- "type": [
- "string",
- "null"
- ]
- },
- "max_players": {
- "description": "Maximum number of players",
- "type": [
- "number",
- "null"
- ]
- },
- "max_playtime": {
- "description": "Maximum playtime in minutes",
- "type": [
- "number",
- "null"
- ]
- },
- "min_age": {
- "description": "Minimum recommended age",
- "type": [
- "number",
- "null"
- ]
- },
- "min_players": {
- "description": "Minimum number of players",
- "type": [
- "number",
- "null"
- ]
- },
- "min_playtime": {
- "description": "Minimum playtime in minutes",
- "type": [
- "number",
- "null"
- ]
- },
- "msrp": {
- "description": "Manufacturer suggested retail price",
- "type": [
- "number",
- "null"
- ]
- },
- "name": {
- "description": "Game name",
- "type": "string"
- },
- "num_user_ratings": {
- "description": "Number of user ratings",
- "type": [
- "number",
- "null"
- ]
- },
- "price": {
- "description": "Current price",
- "type": [
- "string",
- "null"
- ]
- },
- "primary_designer": {
- "description": "Primary designer name",
- "type": [
- "string",
- "null"
- ]
- },
- "primary_publisher": {
- "description": "Primary publisher name",
- "type": [
- "string",
- "null"
- ]
- },
- "rank": {
- "description": "Overall rank",
- "type": [
- "number",
- "null"
- ]
- },
- "thumb_url": {
- "description": "Thumbnail image URL",
- "type": [
- "string",
- "null"
- ]
- },
- "trending_rank": {
- "description": "Trending rank",
- "type": [
- "number",
- "null"
- ]
- },
- "url": {
- "description": "Board Game Atlas URL for the game",
- "type": [
- "string",
- "null"
- ]
- },
- "year_published": {
- "description": "Year the game was published",
- "type": [
- "number",
- "null"
- ]
- }
- },
- "required": [
- "id",
- "name",
- "year_published",
- "min_players",
- "max_players",
- "min_playtime",
- "max_playtime",
- "min_age",
- "description",
- "image_url",
- "thumb_url",
- "url",
- "price",
- "msrp",
- "average_user_rating",
- "num_user_ratings",
- "rank",
- "trending_rank",
- "primary_publisher",
- "primary_designer"
- ],
- "type": "object"
-}New value: +null