Created
January 18, 2022 00:51
-
-
Save oscaroceguera/e110cb61cd0114434180fa2d5927e151 to your computer and use it in GitHub Desktop.
players 3
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