Skip to content

Commit

Permalink
Add name attribute to player object
Browse files Browse the repository at this point in the history
  • Loading branch information
danthompson committed Jul 24, 2020
1 parent 498c961 commit 54a7d31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ components:
type: object
description: Player information
properties:
name:
type: string
has_peg:
type: boolean
has_flag:
Expand All @@ -116,6 +118,7 @@ components:
type: integer
format: int32
required:
- name
- has_peg
- has_flag
- is_in_safe_zone
Expand Down

0 comments on commit 54a7d31

Please sign in to comment.