Skip to content

Commit 50ef11c

Browse files
committed
correct facility types
Signed-off-by: John Seekins <[email protected]>
1 parent 170cf23 commit 50ef11c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@
134134
"description": "A USMS Intergovernmental Agreement in which ICE agrees to utilize an already established US Marshal Service contract.",
135135
},
136136
"USMS CDF": {
137-
"expanded_name": "United States Marshal Service Central Detention Facility",
138-
"description": "Name guessed at from searching",
137+
"expanded_name": "United States Marshal Service Contract Detention Facility",
138+
"description": "Name derived from listing at https://www.vera.org/ice-detention-trends",
139139
},
140140
"CDF": {
141-
"expanded_name": "Central Detention Facility",
142-
"description": "Name guessed at from searching",
141+
"expanded_name": "Contract Detention Facility",
142+
"description": "Name derived from listing at https://www.vera.org/ice-detention-trends",
143143
},
144144
}
145145

0 commit comments

Comments
 (0)