{
"sensitive_attributes": {
"sex": {
"columns": [
{
"name": "sex",
"underprivileged": [2]
}
],
"type": "simple"
},
"ethnicity": {
"columns": [
{
"name": "ethnicity",
"privileged": [1]
}
],
"type": "simple"
},
"age": {
"columns": [
{
"name": "age",
"privileged": [3, 4]
}
],
"type": "simple"
},
"sex_ethnicity": {
"groups": ["sex", "ethnicity"],
"type": "complex"
}
}
}