{
	"schema": {
		"type": "object",
		"title": "Geospatial Dataset",
		"_notes": "based on file:///C:/Users/wb329102/Downloads/geospatial/usgin-dataset-template.xml",
		"properties": {
			"fileIdentifier": {
				"$ref": "schema_geospatial.json#/properties/fileIdentifier"
			},
			"language": {
				"$ref": "schema_geospatial.json#/properties/language"
			},
			"CharacterSetCode": {
				"$ref": "schema_geospatial.json#/properties/CharacterSetCode"
			},
			"ScopeCode": {
				"$ref": "schema_geospatial.json#/properties/ScopeCode"
			},
			"contact": {
				"$ref": "schema_geospatial.json#/properties/contact"
			},
			"dateStamp": {
				"$ref": "schema_geospatial.json#/properties/dateStamp"
			},
			"dataSetURI": {
				"$ref": "schema_geospatial.json#/properties/dataSetURI"
			},
			"spatialRepresentationInfo": {
				"$ref": "schema_geospatial.json#/properties/spatialRepresentationInfo"
			},
			"referenceSystemInfo": {
				"$ref": "schema_geospatial.json#/properties/referenceSystemInfo"
			},
			"identificationInfo": {
				"$ref": "schema_geospatial.json#/properties/identificationInfo"
			},
			"extent": {
				"$ref": "schema_geospatial.json#/properties/extent"
			},
			"dataQualityInfo": {
				"$ref": "schema_geospatial.json#/properties/dataQualityInfo"
			},
			"metadataConstraints": {
				"$ref": "schema_geospatial.json#/properties/metadataConstraints"
			},
			"metadataMaintenance": {
				"$ref": "schema_geospatial.json#/properties/metadataMaintenance"
			}
		}
	},
	"form": [{
			"key": "docDscr",
			"type": "fieldset",
			"title": "Document Description",
			"expandable": false,
			"expanded": true,
			"isVirtual": true,
			"items": [{
					"key": "fileIdentifier",
					"type": "text",
					"title": "File Identifier",
					"isLeaf": true,
					"id": "1.1",
					"description": "File Identifier"
				},
				{
					"key": "language",
					"type": "text",
					"isLeaf": true,
					"id": "1.2",
					"title": "Language"
				},
				{
					"key": "CharacterSetCode",
					"type": "text",
					"isLeaf": true,
					"id": "1.3",
					"title": "Character Set Code"
				},
				{
					"key": "ScopeCode",
					"type": "text",
					"isLeaf": true,
					"id": "1.4",
					"title": "Scope Code"
				},
				{
					"type": "array",
					"key": "contact",
					"title": "Owner",
					"id": "1.5",
					"expandable": true,
					"expanded": true,
					"items": [{
						"key": "contact[]",
						"legend": "{{value.individualName}}",
						"type": "fieldset",
						"id": "1.5.1",
						"expandable": true,
						"expanded": true,
						"items": [{
								"key": "contact[].individualName",
								"title": "Individual Name",
								"isLeaf": true,
								"id": "1.5.1.1",
								"valueInLegend": true
							},
							{
								"key": "contact[].role",
								"type": "text",
								"id": "1.5.1.2",
								"isLeaf": true,
								"title": "Role"
							},
							{
								"key": "contact[].organisationName",
								"type": "text",
								"isLeaf": true,
								"id": "1.5.1.3",
								"title": "Organisation Name"
							},
							{
								"key": "contact[].positionName",
								"type": "text",
								"isLeaf": true,
								"id": "1.5.1.4",
								"title": "Position Name"
							},
							{
								"key": "contact[].contactInstructions",
								"type": "textarea",
								"isLeaf": true,
								"id": "1.5.1.5",
								"title": "Contact Instructions"
							},
							{
								"key": "info",
								"type": "fieldset",
								"isVirtual": true,
								"expandable": true,
								"id": "1.5.1.6",
								"expanded": true,
								"title": "Contact Info",
								"items": [{
										"key": "contact[].phone",
										"isLeaf": true,
										"id": "1.5.1.6.1"
									},
									{
										"key": "contact[].fax",
										"isLeaf": true,
										"id": "1.5.1.6.2"
									},
									{
										"key": "contact[].email",
										"isLeaf": true,
										"id": "1.5.1.6.3"
									},
									{
										"key": "contact[].website",
										"isLeaf": true,
										"id": "1.5.1.6.3"
									},
									{
										"key": "addInfo",
										"type": "fieldset",
										"isVirtual": true,
										"expandable": true,
										"id": "1.5.1.6.5",
										"expanded": true,
										"title": "Address Info",
										"items": [{
												"key": "contact[].address",
												"isLeaf": true,
												"type": "textarea",
												"id": "1.5.1.6.5.1"
											},
											{
												"key": "contact[].city",
												"isLeaf": true,
												"id": "1.5.1.6.5.2"
											},
											{
												"key": "contact[].administrativeArea",
												"isLeaf": true,
												"id": "1.5.1.6.5.3"
											},
											{
												"key": "contact[].postalCode",
												"isLeaf": true,
												"id": "1.5.1.6.5.4"
											},
											{
												"key": "contact[].country",
												"isLeaf": true,
												"id": "1.5.1.6.5.5"
											}
										]
									}
								]
							}
						]
					}]
				}
			]
		},
		{
			"key": "stdyDscr",
			"type": "fieldset",
			"title": "Study Description",
			"isVirtual": true,
			"expandable": false,
			"expanded": true,
			"items": [{
					"key": "dateStamp",
					"isLeaf": true,
					"id": "2.1",
					"title": "Metadata Date Stamp"
				},
				{
					"key": "dataSetURI",
					"isLeaf": true,
					"id": "2.2",
					"title": "Uniform Resource Identifier (URI)"
				},
				{
					"key": "spatialRepresentationInfo",
					"type": "fieldset",
					"id": "2.3",
					"title": "Resource Spatial Representation",
					"expandable": true,
					"expanded": true,
					"items": [{
							"key": "spatialRepresentationInfo.topologyLevel",
							"isLeaf": true,
							"id": "2.3.1",
							"title": "Topology Level Code"
						},
						{
							"key": "spatialRepresentationInfo.GeometricObjectTypeCode",
							"isLeaf": true,
							"id": "2.3.2",
							"title": "Geometric Object Type Code"
						}
					]
				},
				{
					"key": "referenceSystemInfo",
					"type": "fieldset",
					"id": "2.4",
					"title": "Resource Reference System",
					"expandable": true,
					"expanded": true,
					"items": [{
							"key": "referenceSystemInfo.code",
							"isLeaf": true,
							"id": "2.4.1",
							"title": "Reference System Identifier Code"
						},
						{
							"key": "referenceSystemInfo.codeSpace",
							"isLeaf": true,
							"id": "2.4.2",
							"title": "Code Space"
						}
					]
				},
				{
					"key": "identificationInfo",
					"type": "fieldset",
					"id": "2.5",
					"title": "Resource Identification Information",
					"expandable": true,
					"expanded": true,
					"items": [{
							"key": "identificationInfo.title",
							"isLeaf": true,
							"id": "2.5.1",
							"title": "Dataset Title"
						},
						{
							"key": "identificationInfo.alternateTitle",
							"isLeaf": true,
							"id": "2.5.2",
							"title": "Alternate Title"
						},
						{
							"key": "identificationInfo.dateTime",
							"isLeaf": true,
							"id": "2.5.3",
							"title": "Resource Reference Date"
						},
						{
							"key": "identificationInfo.dateType",
							"isLeaf": true,
							"id": "2.5.4",
							"title": "Date Type"
						},
						{
							"key": "identificationInfo.identifier",
							"isLeaf": true,
							"id": "2.5.5",
							"title": "Unique Resource Identifier"
						},
						{
							"type": "array",
							"key": "identificationInfo.contact",
							"title": "Owner",
							"expandable": true,
							"id": "2.5.6",
							"expanded": true,
							"items": [{
								"key": "identificationInfo.contact[]",
								"legend": "{{value.individualName}}",
								"type": "fieldset",
								"id": "2.5.6.1",
								"expandable": true,
								"expanded": true,
								"items": [{
										"key": "identificationInfo.contact[].individualName",
										"type": "text",
										"isLeaf": true,
										"id": "2.5.6.1.1",
										"title": "Individual Name"
									},
									{
										"key": "identificationInfo.contact[].role",
										"type": "text",
										"isLeaf": true,
										"id": "2.5.6.1.2",
										"title": "Role"
									},
									{
										"key": "identificationInfo.contact[].organisationName",
										"type": "text",
										"isLeaf": true,
										"id": "2.5.6.1.3",
										"title": "Organisation Name"
									},
									{
										"key": "identificationInfo.contact[].positionName",
										"type": "text",
										"id": "2.5.6.1.4",
										"isLeaf": true,
										"title": "Position Name"
									},
									{
										"key": "identificationInfo.contact[].contactInstructions",
										"type": "textarea",
										"isLeaf": true,
										"id": "2.5.6.1.5",
										"title": "Contact Instructions"
									},
									{
										"key": "info",
										"type": "fieldset",
										"isVirtual": true,
										"expandable": true,
										"id": "2.5.6.1.6",
										"expanded": true,
										"title": "Contact Info",
										"items": [{
												"key": "identificationInfo.contact[].phone",
												"isLeaf": true,
												"id": "2.5.6.1.6.1"
											},
											{
												"key": "identificationInfo.contact[].fax",
												"isLeaf": true,
												"id": "2.5.6.1.6.2"
											},
											{
												"key": "identificationInfo.contact[].email",
												"isLeaf": true,
												"id": "2.5.6.1.6.3"
											},
											{
												"key": "identificationInfo.contact[].website",
												"isLeaf": true,
												"id": "2.5.6.1.6.4"
											},
											{
												"key": "addInfo",
												"type": "fieldset",
												"isVirtual": true,
												"expandable": true,
												"expanded": true,
												"id": "2.5.6.1.6.5",
												"title": "Address Info",
												"items": [{
														"key": "identificationInfo.contact[].address",
														"isLeaf": true,
														"id": "2.5.6.1.6.5.1",
														"type": "textarea"
													},
													{
														"key": "identificationInfo.contact[].city",
														"isLeaf": true,
														"id": "2.5.6.1.6.5.2"
													},
													{
														"key": "identificationInfo.contact[].administrativeArea",
														"isLeaf": true,
														"id": "2.5.6.1.6.5.3"
													},
													{
														"key": "identificationInfo.contact[].postalCode",
														"isLeaf": true,
														"id": "2.5.6.1.6.5.4"
													},
													{
														"key": "identificationInfo.contact[].country",
														"isLeaf": true,
														"id": "2.5.6.1.6.5.5"
													}
												]
											}
										]
									}
								]
							}]
						},
						{
							"key": "identificationInfo.presentationForm",
							"isLeaf": true,
							"title": "Dataset Presentation Form",
							"id": "2.5.7"
						},
						{
							"key": "identificationInfo.series",
							"title": "Resource Series",
							"isLeaf": true,
							"type": "textarea",
							"id": "2.5.8"
						},
						{
							"key": "identificationInfo.abstract",
							"title": "Abstract",
							"isLeaf": true,
							"type": "textarea",
							"id": "2.5.9"
						},
						{
							"key": "identificationInfo.purpose",
							"title": "Purpose",
							"isLeaf": true,
							"type": "textarea",
							"id": "2.5.10"
						},
						{
							"key": "identificationInfo.status",
							"isLeaf": true,
							"title": "Status",
							"id": "2.5.11"
						},
						{
							"key": "identificationInfo.maintenanceFrequency",
							"isLeaf": true,
							"title": "Maintenance Frequency",
							"id": "2.5.12"
						},
						{
							"type": "table",
							"key": "identificationInfo.graphicOverview",
							"title": "Geographic Bounding Box",
							"expandable": true,
							"id": "2.5.13",
							"expanded": true,
							"isLeaf": true,
							"items": [{
									"key": "identificationInfo.graphicOverview[].fileName",
									"title": "File name / URL",
									"id": "2.5.13.1"
								},
								{
									"key": "identificationInfo.graphicOverview[].fileType",
									"title": "File Type",
									"id": "2.5.13.2"
								},
								{
									"key": "identificationInfo.graphicOverview[].fileDescription",
									"title": "File Description",
									"type": "textarea",
									"id": "2.5.13.3"
								}
							]
						},
						{
							"type": "table",
							"key": "identificationInfo.keywords",
							"title": "Keywords",
							"id": "2.5.14",
							"expandable": true,
							"expanded": true,
							"isLeaf": true,
							"items": [{
									"key": "identificationInfo.keywords[].keyword",
									"title": "Keyword",
									"id": "2.5.14.1"
								},
								{
									"key": "identificationInfo.keywords[].type",
									"title": "Type",
									"id": "2.5.14.2"
								}
							]
						},
						{
							"key": "identificationInfo.useLimitation",
							"isLeaf": true,
							"id": "2.5.15",
							"title": "Condition Applying To Access And Use Of Resource"
						},
						{
							"type": "table",
							"key": "identificationInfo.aggregateDataSetName",
							"title": "Related Dataset",
							"expandable": true,
							"id": "2.5.16",
							"expanded": true,
							"isLeaf": true,
							"items": [{
									"key": "identificationInfo.aggregateDataSetName[].title",
									"title": "Dataset Title"
								},
								{
									"key": "identificationInfo.aggregateDataSetName[].dateTime",
									"title": "Date",
									"type": "date"
								},
								{
									"key": "identificationInfo.aggregateDataSetName[].Identifier",
									"title": "Unique Identifier"
								},
								{
									"key": "identificationInfo.aggregateDataSetName[].associationType",
									"title": "Association Type"
								}
							]
						},
						{
							"key": "identificationInfo.spatialRepresentationType",
							"isLeaf": true,
							"id": "2.5.17",
							"title": "Spatial Representation Type"
						},
						{
							"key": "identificationInfo.representativeFraction_denominator",
							"isLeaf": true,
							"id": "2.5.18",
							"title": "Spatial Resolution Fraction"
						},
						{
							"key": "identificationInfo.language",
							"isLeaf": true,
								"id": "2.5.19",
							"title": "Language"
						},
						{
							"type": "table",
							"key": "identificationInfo.topicCategory",
							"title": "Geographic Bounding Box",
							"expandable": true,
							"id": "2.5.20",
							"expanded": true,
							"isLeaf": true,
							"items": [{
								"key": "identificationInfo.topicCategory[].title",
								"title": "Topic"
							}]
						}
					]
				},
				{
					"key": "extent",
					"type": "fieldset",
					"title": "Resource Content Extent",
					"expandable": true,
					"id": "2.6",
					"expanded": true,
					"items": [{
						"type": "maptable",
						"key": "extent.geographicBoundingBox",
						"title": "Geographic Bounding Box",
						"id": "2.6.1",
						"expandable": true,
						"expanded": true,
						"isLeaf": true,
						"items": [{
								"key": "extent.geographicBoundingBox[].west",
								"title": "West"
							},
							{
								"key": "extent.geographicBoundingBox[].east",
								"title": "East"
							},
							{
								"key": "extent.geographicBoundingBox[].south",
								"title": "South"
							},
							{
								"key": "extent.geographicBoundingBox[].north",
								"title": "North"
							}
						]
					}]
				},
				{
					"key": "dataQualityInfo",
					"type": "fieldset",
					"id": "2.7",
					"title": "Data Quality",
					"expandable": true,
					"expanded": true,
					"items": [{
							"key": "dataQualityInfo.dqScope",
							"title": "Data Quality Scope",
							"isLeaf": true,
							"id": "2.7.1",
							"type": "textarea"
						},
						{
							"key": "dataQualityInfo.lineage",
							"title": "Data Quality Lineage Statement",
							"isLeaf": true,
							"id": "2.7.2",
							"type": "textarea"
						}
					]
				},
				{
					"key": "metadataConstraints",
					"type": "fieldset",
					"id": "2.8",
					"title": "Metadata Constraint Information",
					"expandable": true,
					"expanded": true,
					"items": [{
							"key": "metadataConstraints.useLimitation",
							"title": "Use Limitation",
							"id": "2.8.1",
							"isLeaf": true,
							"type": "textarea"
						},
						{
							"key": "metadataConstraints.legalConstraints",
							"title": "Legal Constraints",
							"isLeaf": true,
							"id": "2.8.2",
							"type": "textarea"
						},
						{
							"key": "metadataConstraints.accessConstraints",
							"title": "Access Constraints",
							"isLeaf": true,
							"id": "2.8.3",
							"type": "textarea"
						},
						{
							"key": "metadataConstraints.otherConstraints",
							"title": "Other Constraint",
							"isLeaf": true,
							"id": "2.8.4",
							"type": "textarea"
						},
						{
							"key": "metadataConstraints.securityConstraints",
							"title": "Security Constraint",
							"isLeaf": true,
							"id": "2.8.5",
							"type": "textarea"
						}
					]
				},
				{
					"key": "metadataMaintenance",
					"type": "fieldset",
					"id": "2.9",
					"title": "Metadata Maintenance",
					"expandable": true,
					"expanded": true,
					"items": [{
						"key": "metadataMaintenance.maintenanceAndUpdateFrequency",
						"isLeaf": true,
						"title": "Maintenance Frequency",
						"id": "2.9.1"
					}]
				}
			]
		}
	]
}