github.com/micro/go-micro/examples@v0.0.0-20210105173217-bf4ab679e18b/booking/data/profiles.json (about) 1 [ 2 { 3 "id": "1", 4 "name": "Clift Hotel", 5 "phoneNumber": "(415) 775-4700", 6 "description": "A 6-minute walk from Union Square and 4 minutes from a Muni Metro station, this luxury hotel designed by Philippe Starck features an artsy furniture collection in the lobby, including work by Salvador Dali.", 7 "address": { 8 "streetNumber": "495", 9 "streetName": "Geary St", 10 "city": "San Francisco", 11 "state": "CA", 12 "country": "United States", 13 "postalCode": "94102" 14 } 15 }, 16 { 17 "id": "2", 18 "name": "W San Francisco", 19 "phoneNumber": "(415) 777-5300", 20 "description": "Less than a block from the Yerba Buena Center for the Arts, this trendy hotel is a 12-minute walk from Union Square.", 21 "address": { 22 "streetNumber": "181", 23 "streetName": "3rd St", 24 "city": "San Francisco", 25 "state": "CA", 26 "country": "United States", 27 "postalCode": "94103" 28 } 29 }, 30 { 31 "id": "3", 32 "name": "Hotel Zetta", 33 "phoneNumber": "(415) 543-8555", 34 "description": "A 3-minute walk from the Powell Street cable-car turnaround and BART rail station, this hip hotel 9 minutes from Union Square combines high-tech lodging with artsy touches.", 35 "address": { 36 "streetNumber": "55", 37 "streetName": "5th St", 38 "city": "San Francisco", 39 "state": "CA", 40 "country": "United States", 41 "postalCode": "94103" 42 } 43 }, 44 { 45 "id": "4", 46 "name": "Hotel Vitale", 47 "phoneNumber": "(415) 278-3700", 48 "description": "This waterfront hotel with Bay Bridge views is 3 blocks from the Financial District and a 4-minute walk from the Ferry Building.", 49 "address": { 50 "streetNumber": "8", 51 "streetName": "Mission St", 52 "city": "San Francisco", 53 "state": "CA", 54 "country": "United States", 55 "postalCode": "94105" 56 } 57 }, 58 { 59 "id": "5", 60 "name": "Phoenix Hotel", 61 "phoneNumber": "(415) 776-1380", 62 "description": "Located in the Tenderloin neighborhood, a 10-minute walk from a BART rail station, this retro motor lodge has hosted many rock musicians and other celebrities since the 1950s. It’s a 4-minute walk from the historic Great American Music Hall nightclub.", 63 "address": { 64 "streetNumber": "601", 65 "streetName": "Eddy St", 66 "city": "San Francisco", 67 "state": "CA", 68 "country": "United States", 69 "postalCode": "94109" 70 71 } 72 }, 73 { 74 "id": "6", 75 "name": "The St. Regis San Francisco", 76 "phoneNumber": "(415) 284-4000", 77 "description": "St. Regis Museum Tower is a 42-story, 484 ft skyscraper in the South of Market district of San Francisco, California, adjacent to Yerba Buena Gardens, Moscone Center, PacBell Building and the San Francisco Museum of Modern Art.", 78 "address": { 79 "streetNumber": "125", 80 "streetName": "3rd", 81 "city": "San Francisco", 82 "state": "CA", 83 "country": "United States", 84 "postalCode": "94109" 85 } 86 } 87 ]