{
	"name":			"Herp Mapper",
	"submission_url":	"http://www.herpmapper.org/mobile/add",
	"require_id":		"species",
	"require_voucher":	true,

	"group": {
		"snakes": {
			"name":		"Snakes",
			"children":	[1]
		}
	},

	"taxon": {
		"1": {
			"parent":	0,
			"rank":		"family",
			"taxon":	"Colubridae",
			"name":		"Advanced Snakes"
		},
		"2": {
			"parent":	1,
			"rank":		"genus",
			"taxon":	"Coluber",
			"name":		"North American Racers"
		},
		"3": {
			"parent":	2,
			"rank":		"species",
			"taxon":	"Coluber constrictor",
			"name":		"Racer"
		},
		"4": {
			"parent":	3,
			"rank":		"subspecies",
			"taxon":	"Coluber constrictor foxii",
			"name":		"Blue Racer"
		}
	},

	"boundary": {
		"0": {
			"1" {
				"type":		"Country",
				"name":		"United States of America",
				"bounds":	[90.000, -180.000, -90.000, 180.000]
			}
		},
		"1": {
			"2": {
				"parent":	"1",
				"type":		"State",
				"name":		"Iowa",
				"bounds":	[90.000, -180.000, -90.000, 180.000]
			}
		},
		"2": {
			"3": {
				"parent":	"2",
				"type":		"County",
				"name":		"Linn",
				"bounds":	[90.000, -180.000, -90.000, 180.000]
			}
		},
		"3": {
			"4": {
				"parent":	"3",
				"type":		"Township",
				"name":		"Monroe",
				"bounds":	[90.000, -180.000, -90.000, 180.000]
			}
		},
	},

	"fields": {
		"observers": {
			"type":		"string",
			"label":	"Other Witnesses",
			"required":	false			
		},
		"sex": {
			"type":		"enum",
			"label":	"Sex",
			"required":	true,
			"options":	["Male","Female"]
		},
		"notes": {
			"type":		"text",
			"label":	"Additional Notes",
			"required":	false
		}
		"anonymous": {
			"type":		"boolean",
			"label":	"Make this record anonymous",
			"required":	false
		}
	}
}
