jam-cloud/jam-ui/cypress/fixtures/person.json

95 lines
3.3 KiB
JSON

{
"id": "1",
"first_name": "Test",
"last_name": "User1",
"name": "Test User1",
"city": "Denver",
"state": "CO",
"country": "US",
"location": "Denver, CO",
"online": true,
"photo_url": null,
"musician": true,
"gender": "M",
"birth_date": null,
"friend_count": 1,
"liker_count": 0,
"follower_count": 0,
"following_count": 0,
"recording_count": 0,
"session_count": 0,
"biography": "Biography of Test User1. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"favorite_count": 0,
"audio_latency": null,
"upcoming_session_count": 0,
"age": null,
"website": "www.testuser1.com",
"skill_level": 2,
"concert_count": 4,
"studio_session_count": 4,
"virtual_band": true,
"virtual_band_commitment": 2,
"traditional_band": true,
"traditional_band_commitment": 4,
"traditional_band_touring": true,
"paid_sessions": true,
"paid_sessions_hourly_rate": 10000,
"paid_sessions_daily_rate": 200000,
"free_sessions": true,
"cowriting": true,
"cowriting_purpose": 2,
"subscribe_email": true,
"is_a_teacher": false,
"is_a_student": false,
"online_presences": [
{ "id": "e1962204-f652-41b0-84d6-1afd7e9172be", "service_type": "soundcloud", "username": "testuser" },
{ "id": "005a7c78-db8b-4f72-a51f-d64d579c22b0", "service_type": "reverbnation", "username": "testuser" },
{ "id": "2dd22eef-03ba-4743-b65b-5a194591dc86", "service_type": "bandcamp", "username": "testuser" },
{ "id": "005a7c78-db8b-4f72-a51f-d64d579c22b1", "service_type": "fandalism", "username": "testuser" },
{ "id": "005a7c78-db8b-4f72-a51f-d64d579c22b2", "service_type": "youtube", "username": "testuser" },
{ "id": "005a7c78-db8b-4f72-a51f-d64d579c22b3", "service_type": "facebook", "username": "testuser" },
{ "id": "005a7c78-db8b-4f72-a51f-d64d579c22b4", "service_type": "twitter", "username": "testuser" }
],
"genres": [
{ "genre_id": "classical", "player_type": "JamRuby::User", "genre_type": "profile" },
{ "genre_id": "blues", "player_type": "JamRuby::User", "genre_type": "free_sessions" }
],
"bands": [
{
"id": "1",
"name": "The Band",
"admin": true,
"photo_url": "",
"logo_url": "",
"genres": [
{
"id": 1,
"name": "pop"
}
]
}
],
"instruments": [
{ "description": "Acoustic Guitar", "proficiency_level": 3, "priority": 1, "instrument_id": "acoustic guitar" },
{ "description": "Keyboard", "proficiency_level": 3, "priority": 8, "instrument_id": "keyboard" }
],
"performance_samples": [
{
"id": "1",
"service_type": "youtube",
"claimed_recording": {
"id": "1",
"name": "Test Recording1"
}
}
],
"is_friend": false,
"is_following": false,
"is_liking": false,
"pending_friend_request": false,
"my_audio_latency": 5,
"internet_score": null,
"created_at_timestamp": 1629917088,
"last_active_timestamp": 1629916641
}