mirror of
https://github.com/LukeHagar/varsity.git
synced 2025-12-06 04:22:00 +00:00
19 lines
327 B
JSON
19 lines
327 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"profileVisibility": {
|
|
"type": "string",
|
|
"enum": ["public", "private", "friends"],
|
|
"default": "private"
|
|
},
|
|
"dataSharing": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"analytics": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
}
|
|
}
|