Squash merge feature/library-reorganization
This commit is contained in:
125
backend/tests/fixtures/teamsnap/events.json
vendored
Normal file
125
backend/tests/fixtures/teamsnap/events.json
vendored
Normal file
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"collection": {
|
||||
"version": "1.0",
|
||||
"href": "https://apiv3.teamsnap.com/events?teamId=101",
|
||||
"links": [
|
||||
{
|
||||
"rel": "self",
|
||||
"href": "https://apiv3.teamsnap.com/events?teamId=101"
|
||||
}
|
||||
],
|
||||
"queries": [
|
||||
{
|
||||
"rel": "search",
|
||||
"href": "https://apiv3.teamsnap.com/events{?teamId,eventId,contactId}",
|
||||
"prompt": "Events"
|
||||
}
|
||||
],
|
||||
"template": {
|
||||
"data": [
|
||||
{
|
||||
"name": "team_id",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "is_game",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"name": "opponent_name",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "location_name",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "start_date",
|
||||
"value": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"href": "https://apiv3.teamsnap.com/events/2001",
|
||||
"data": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": 2001
|
||||
},
|
||||
{
|
||||
"name": "team_id",
|
||||
"value": 101
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"value": "Opening Day"
|
||||
},
|
||||
{
|
||||
"name": "is_game",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "opponent_name",
|
||||
"value": "Sharks"
|
||||
},
|
||||
{
|
||||
"name": "location_name",
|
||||
"value": "Field 1"
|
||||
},
|
||||
{
|
||||
"name": "start_date",
|
||||
"value": "2026-04-28T18:00:00Z"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"rel": "availabilities",
|
||||
"href": "https://apiv3.teamsnap.com/availabilities?teamId=101&eventId=2001"
|
||||
},
|
||||
{
|
||||
"rel": "assignments",
|
||||
"href": "https://apiv3.teamsnap.com/assignments?teamId=101&eventId=2001"
|
||||
},
|
||||
{
|
||||
"rel": "eventLineups",
|
||||
"href": "https://apiv3.teamsnap.com/eventLineups?eventId=2001"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"href": "https://apiv3.teamsnap.com/events/2002",
|
||||
"data": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": 2002
|
||||
},
|
||||
{
|
||||
"name": "team_id",
|
||||
"value": 101
|
||||
},
|
||||
{
|
||||
"name": "name",
|
||||
"value": "Practice"
|
||||
},
|
||||
{
|
||||
"name": "is_game",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"name": "location_name",
|
||||
"value": "Field 2"
|
||||
},
|
||||
{
|
||||
"name": "start_date",
|
||||
"value": "2026-04-23T17:30:00Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user