Advertisement
Guest User

wrong schema

a guest
Feb 25th, 2020
1,466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.69 KB | None | 0 0
  1. {
  2.   "aaa": "McDonald's",
  3.   "aaaa": "Walmart",
  4.   "aaaaaa": [
  5.     {
  6.       "aaa": "McDonald's",
  7.       "aaaaa": "You are in McDonald's. McDonald's predominantly sells hamburgers, various types of chicken,\n chicken sandwiches, French fries, soft drinks, breakfast items, and desserts",
  8.       "aaaaaaaa": ["Burger", "fries"],
  9.       "aaaaaaa": [
  10.         {
  11.           "directionName": "East",
  12.           "room": "Subway"
  13.         }
  14.       ],
  15.       "monsters": ["Glowstrike"]
  16.     },
  17.     {
  18.       "name": "Subway",
  19.       "description": "You are in subway. Subway is an American privately held restaurant franchise that primarily \nsells submarine sandwiches (subs) and salads.",
  20.       "items": ["sweatshirt", "Bread"],
  21.       "directions": [
  22.         {
  23.           "directionName": "West",
  24.           "room": "McDonald's"
  25.         },
  26.         {
  27.           "directionName": "Northeast",
  28.           "room": "Panda Express"
  29.         },
  30.         {
  31.           "directionName": "North",
  32.           "room": "Chick-fil-A"
  33.         },
  34.         {
  35.           "directionName": "East",
  36.           "room": "Panera Bread"
  37.         }
  38.       ],
  39.       "monsters": ["Vexbeing"]
  40.     },
  41.     {
  42.       "name": "Panda Express",
  43.       "description": "You are in Panda Express. Panda Express is a fast food restaurant chain which serves American \nChinese cuisine.",
  44.       "items": ["rice", "chicken"],
  45.       "directions": [
  46.         {
  47.           "directionName": "South",
  48.           "room": "Subway"
  49.         }
  50.       ],
  51.       "monsters": ["Gallfoot"]
  52.     },
  53.     {
  54.       "name": "Chick-fil-A",
  55.       "description": "You are in Chick fil A. Chick-fil-A is an American fast food restaurant chain known for not being\n open for service on Sundays.",
  56.       "items": [],
  57.       "directions": [
  58.         {
  59.           "directionName": "South",
  60.           "room": "Subway"
  61.         },
  62.         {
  63.           "directionName": "NorthEast",
  64.           "room": "Domino's Pizza"
  65.         }
  66.       ],
  67.       "monsters": ["Terrorwraith"]
  68.     },
  69.     {
  70.       "name": "Domino's Pizza",
  71.       "description": "You are in Domino's Pizza. Domino's is an American multinational pizza restaurant chain founded\n in 1960.",
  72.       "items": [],
  73.       "directions": [
  74.         {
  75.           "directionName": "West",
  76.           "room": "Chick-fil-A"
  77.         }
  78.       ],
  79.       "monsters": ["Webwing"]
  80.  
  81.     },
  82.     {
  83.       "name": "Panera Bread",
  84.       "description": "You are in Panera Bread. Panera Bread Company is an American chain store of bakery-café fast\n casual restaurants with over 2,000 locations.",
  85.       "items": ["bagel", "coffee"],
  86.       "directions": [
  87.         {
  88.           "directionName": "West",
  89.           "room": "Subway"
  90.         },
  91.         {
  92.           "directionName": "South",
  93.           "room": "Walmart"
  94.         },
  95.         {
  96.           "directionName": "Down",
  97.           "room": "Taco Bell"
  98.         }
  99.       ],
  100.       "monsters": ["Barbtree"]
  101.  
  102.     },
  103.     {
  104.       "name": "Walmart",
  105.       "description": "You are in Walmart. Walmart is an American multinational retail corporation that operates a chain\n of hypermarkets, discount department stores, and grocery stores",
  106.       "items": ["USB-C connector"],
  107.       "directions": [
  108.         {
  109.           "directionName": "North",
  110.           "room": "Panera Bread"
  111.         }
  112.       ],
  113.       "monsters": ["Foulman"]
  114.     },
  115.     {
  116.       "name": "Taco Bell",
  117.       "description": "You are in Taco Bell. Taco Bell serves a variety of Mexican and Tex-Mex foods that include tacos, \nburritos, quesadillas, and nachos",
  118.       "items": ["nburrito"],
  119.       "directions": [
  120.         {
  121.           "directionName": "Up",
  122.           "room": "Panera Bread"
  123.         }
  124.       ],
  125.       "monsters": ["Spectraltalon"]
  126.     }
  127.   ]
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement