Solshine commited on
Commit
d2ba2ea
1 Parent(s): fce62c9

Create Config

Browse files
Files changed (1) hide show
  1. Config +14 -0
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
+ }