Skip to content

Commit

Permalink
Add to the WCIF spec (thewca#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubiks-boy authored Jun 17, 2023
1 parent f1a1348 commit 9134840
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ Represents person registration data.
| `status` | `"accepted"\|"pending"\|"deleted"` | The status of the registration in the registration system. |
| `guests` | `Integer` | The number of guests the person declared. *Note: this attribute is not public.* |
| `comments` | `String` | The additional information typed during registration. *Note: this attribute is not public.* |
| `administrativeNotes` | `String` | Additional information typed by an organizer or delegate as part of managing the registration. *Note: this attribute is not public.* |

#### Example

Expand All @@ -188,7 +189,8 @@ Represents person registration data.
"eventIds": ["333", "333fm", "444", "777"],
"status": "accepted",
"guests": 2,
"comments": "I would like to opt-in for the pizza."
"comments": "I would like to opt-in for the pizza.",
"administrativeNotes": "Emailed competitor on 05/08 to verify their date of birth"
}
```

Expand Down

0 comments on commit 9134840

Please sign in to comment.