Skip to content

Instantly share code, notes, and snippets.

@KiaraGrouwstra
Created May 25, 2020 16:54
Show Gist options
  • Save KiaraGrouwstra/f9a8a979cad39b77ea4fdfa5c827baa7 to your computer and use it in GitHub Desktop.
Save KiaraGrouwstra/f9a8a979cad39b77ea4fdfa5c827baa7 to your computer and use it in GitHub Desktop.
DSM5 gender dysphoria test (jsonschema)
{
"title": "DSM5 gender dysphoria test",
"description": "tick 2/5 -> ur trans 💁‍♀️",
"type": "object",
"properties": {
"symptoms": {
"type": "array",
"title": "which symptoms u hv",
"minItems": 2,
"items": {
"type": "string",
"enum": [
"dysphoric on sex characteristics",
"want to yeet sex characteristics",
"want different sex characteristics",
"want to be different gender",
"want to be treated as different gender",
"feelings of different gender"
]
},
"uniqueItems": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment