Skip to content

Commit 1c37e86

Browse files
committed
Rename the hispanicLatinoSpanish field in Rally pings
The field is renamed from `hispanicLatinoSpanish` to `hispanicLatinxSpanish`.
1 parent 58faa0a commit 1c37e86

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

schemas/pioneer-core/demographic-survey/demographic-survey.1.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
"additionalProperties": false,
105105
"properties": {
106106
"hispanicLatinoSpanish": {
107+
"description": "This field is deprecated in favour of hispanicLatinxSpanish",
108+
"type": "boolean"
109+
},
110+
"hispanicLatinxSpanish": {
107111
"type": "boolean"
108112
},
109113
"other": {

templates/pioneer-core/demographic-survey/demographic-survey.1.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"type": "object",
5151
"properties": {
5252
"hispanicLatinoSpanish": {
53+
"description": "This field is deprecated in favour of hispanicLatinxSpanish",
54+
"type": "boolean"
55+
},
56+
"hispanicLatinxSpanish": {
5357
"type": "boolean"
5458
},
5559
"other": {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"age": {
3+
"25_34": true
4+
},
5+
"origin": {
6+
"hispanicLatinxSpanish": true
7+
},
8+
"races": {
9+
"black_or_african_american": true,
10+
"native_hawaiian": true
11+
}
12+
}

0 commit comments

Comments
 (0)