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

82 lines
2.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",
"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" }
],
"performance_samples": [],
"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" }
],
"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
}