Created
January 18, 2022 00:50
-
-
Save oscaroceguera/7c87bce690e935b1ba71dce7e129570c to your computer and use it in GitHub Desktop.
players v3 data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"players": [ | |
{ | |
"PutRequest": { | |
"Item": { | |
"mytype": { | |
"S": "player" | |
}, | |
"myposition": { | |
"S": "defender" | |
}, | |
"playerId": { | |
"S": "47" | |
}, | |
"fullname": { | |
"S": "David Alaba" | |
} | |
} | |
} | |
}, | |
{ | |
"PutRequest": { | |
"Item": { | |
"mytype": { | |
"S": "player" | |
}, | |
"myposition": { | |
"S": "defender" | |
}, | |
"playerId": { | |
"S": "48" | |
}, | |
"fullname": { | |
"S": "Jordi Alba" | |
} | |
} | |
} | |
}, | |
{ | |
"PutRequest": { | |
"Item": { | |
"mytype": { | |
"S": "player" | |
}, | |
"myposition": { | |
"S": "defender" | |
}, | |
"playerId": { | |
"S": "49" | |
}, | |
"fullname": { | |
"S": "Samuel Umtiti" | |
} | |
} | |
} | |
}, | |
{ | |
"PutRequest": { | |
"Item": { | |
"mytype": { | |
"S": "player" | |
}, | |
"myposition": { | |
"S": "defender" | |
}, | |
"playerId": { | |
"S": "50" | |
}, | |
"fullname": { | |
"S": "Antonio Valencia" | |
} | |
} | |
} | |
}, | |
{ | |
"PutRequest": { | |
"Item": { | |
"mytype": { | |
"S": "player" | |
}, | |
"myposition": { | |
"S": "defender" | |
}, | |
"playerId": { | |
"S": "51" | |
}, | |
"fullname": { | |
"S": "Jérôme Boateng" | |
} | |
} | |
} | |
}, | |
{ | |
"PutRequest": { | |
"Item": { | |
"mytype": { | |
"S": "player" | |
}, | |
"myposition": { | |
"S": "forward" | |
}, | |
"playerId": { | |
"S": "52" | |
}, | |
"fullname": { | |
"S": "Paulo Dybala" | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment