Create Config
Browse files
Config
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "US_Native_American_Tribal_Treaties_Table_from_Wikipedia",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"description": "This is the default configuration",
|
5 |
+
"features": {
|
6 |
+
"Year": "int32",
|
7 |
+
"Date": "string",
|
8 |
+
"Treaty name": "string",
|
9 |
+
"Alternative Treaty name": "string",
|
10 |
+
"Statutes": "string",
|
11 |
+
"Land cession reference (Royce Area)": "string",
|
12 |
+
"Tribe(s)": "string"
|
13 |
+
}
|
14 |
+
}
|