Skip to content
Snippets Groups Projects
Commit a27a1857 authored by Megan Henning's avatar Megan Henning
Browse files

Add 'other' option to subject sex

parent 3d18253e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"lastname": { "type": "string", "maxLength": 64 },
"firstname_hash": { "type": ["string", "null"] },
"lastname_hash": { "type": ["string", "null"] },
"sex": { "enum": ["male", "female", null] },
"sex": { "enum": ["male", "female", "other", null] },
"code": { "type": "string", "maxLength": 64 },
"tags": { "type": "array", "items": {"type": "string"} },
"metadata": { "type": "object" },
......
......@@ -7,7 +7,7 @@
"lastname": { "type": "string" },
"firstname_hash": { "type": "string" },
"lastname_hash": { "type": "string" },
"sex": { "enum": ["male", "female", null] },
"sex": { "enum": ["male", "female", "other", null] },
"code": { "type": "string" },
"tags": { "type": "array", "items": {"type": "string"} },
"metadata": { "type": "object" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment