Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions players.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# The top-level structure is an array
- name: Lebron James # string
sport: basketball # string
position: forward # string
age: 38 # number
team: # object
name: Lakers # string
city: Los Angeles # string

- name: Lionel Messi # string
sport: soccer # string
position: forward # string
age: 36 # number
team: # object
name: Inter Miami # string
city: Miami # string

- name: Serena Williams # string
sport: tennis # string
position: player # string
age: 41 # number
team: # object
name: null # null
city: null # null