Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion resources/fixtures/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"edited": "2014-12-20T21:17:50.351Z",
"name": "IG-88",
"created": "2014-12-15T12:51:10.076Z",
"gender": "none",
"gender": "n/a",
"skin_color": "metal",
"hair_color": "none",
"height": "200",
Expand Down
2 changes: 1 addition & 1 deletion swapi/templates/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ A People resource is an individual person or character within the Star Wars univ
- ```eye_color``` *string*
-- The eye color of this person. Will be "unknown" if not known or "n/a" if the person does not have an eye.
- ```gender``` *string*
-- The gender of this person. Either "Male", "Female" or "unknown", "n/a" if the person does not have a gender.
-- The gender of this person. Either "male", "female" or "hermaphrodite". Will be "unknown" if not known or "n/a" if the person does not have a gender.
- ```hair_color``` *string*
-- The hair color of this person. Will be "unknown" if not known or "n/a" if the person does not have hair.
- ```height``` *string*
Expand Down