Advertisement
jaideep06

BnB

Jan 5th, 2023
1,546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org",
  3.   "@graph": {
  4.     "@type": "BedAndBreakfast",
  5.     "checkinTime": "11:00am",
  6.     "checkoutTime": "3:00pm",
  7.     "numberOfRooms": "12",
  8.     "petsAllowed": "No",
  9.     "starRating": "5",
  10.     "amenityFeature": [
  11.       {
  12.         "@type": "LocationFeatureSpecification",
  13.         "name": "Luggage Storage",
  14.         "value": "true"
  15.       },
  16.       {
  17.         "@type": "LocationFeatureSpecification",
  18.         "name": "Bike Storage",
  19.         "value": "true"
  20.       }
  21.     ],
  22.     "name": "Kingstons Boutique Townhouse"
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement