{"type":"object","properties":{"kind":{"type":"string","enum":["trail","campsite"]},"name":{"type":"string","minLength":3,"maxLength":100},"summary":{"type":"string","minLength":20,"maxLength":240},"description":{"type":"string","minLength":40,"maxLength":4000},"latitude":{"type":"number","minimum":-90,"maximum":90},"longitude":{"type":"number","minimum":-180,"maximum":180},"locationPrecision":{"default":"approximate","type":"string","enum":["approximate","trailhead","exact"]},"stateCode":{"default":"","anyOf":[{"type":"string","pattern":"^[A-Z0-9-]{2,6}$"},{"type":"string","const":""}]},"countryCode":{"default":"","anyOf":[{"type":"string","minLength":2,"maxLength":2,"pattern":"^[A-Z]{2}$"},{"type":"string","const":""}]},"stateProvince":{"default":"","type":"string","maxLength":120},"areaName":{"default":"","type":"string","maxLength":160},"accessNotes":{"default":"","type":"string","maxLength":1200},"difficulty":{"default":"","type":"string","maxLength":80},"season":{"default":"","type":"string","maxLength":160},"landManager":{"default":"","type":"string","maxLength":100},"sourceUrl":{"default":"","anyOf":[{"type":"string","format":"uri"},{"type":"string","const":""}]},"routeSource":{"default":"new","type":"string","enum":["onx","atlas","new"]},"routeSourceUrl":{"default":"","anyOf":[{"type":"string","format":"uri"},{"type":"string","const":""}]},"externalSource":{"default":"","anyOf":[{"type":"string","enum":["onx","trailsoffroad"]},{"type":"string","const":""}]},"externalSourceUrl":{"default":"","anyOf":[{"type":"string","format":"uri"},{"type":"string","const":""}]},"trailDetails":{"anyOf":[{"type":"object","properties":{"distanceMiles":{"anyOf":[{"type":"number","exclusiveMinimum":0,"maximum":1000},{"type":"null"}]},"sourceDistanceMiles":{"anyOf":[{"type":"number","exclusiveMinimum":0,"maximum":1000},{"type":"null"}]},"estimatedDriveMinutes":{"anyOf":[{"type":"integer","exclusiveMinimum":0,"maximum":10080},{"type":"null"}]},"highestElevationFeet":{"anyOf":[{"type":"integer","minimum":-1500,"maximum":30000},{"type":"null"}]},"lowestElevationFeet":{"anyOf":[{"type":"integer","minimum":-1500,"maximum":30000},{"type":"null"}]},"elevationGainFeet":{"anyOf":[{"type":"integer","minimum":0,"maximum":50000},{"type":"null"}]},"technicalRating":{"anyOf":[{"type":"integer","minimum":1,"maximum":10},{"type":"null"}]},"trailShape":{"anyOf":[{"type":"string","enum":["loop","out-and-back","point-to-point","network","other"]},{"type":"null"}]},"recommendedDirection":{"anyOf":[{"type":"string","enum":["either","clockwise","counterclockwise","northbound","southbound","eastbound","westbound"]},{"type":"null"}]},"surfaceTypes":{"maxItems":10,"type":"array","items":{"type":"string","enum":["paved","graded-dirt","gravel","sand","rock","mud","snow","water-crossing","mixed","other"]}},"minimumVehicle":{"anyOf":[{"type":"string","enum":["any-ev","awd","high-clearance-awd","high-clearance-4wd","modified-4wd","other"]},{"type":"null"}]},"officialRouteName":{"type":"string","maxLength":160},"nearestTown":{"type":"string","maxLength":120},"nearestServices":{"type":"string","maxLength":240},"typicalOpen":{"type":"string","maxLength":160},"permitRequired":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"feeRequired":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"cellCoverage":{"anyOf":[{"type":"string","enum":["none","spotty","partial","reliable","unknown"]},{"type":"null"}]},"campingAvailability":{"anyOf":[{"type":"string","enum":["on-route","nearby","not-allowed","unknown"]},{"type":"null"}]},"chargingNotes":{"type":"string","maxLength":1000},"turnaroundNotes":{"type":"string","maxLength":1000},"distanceMethod":{"type":"string","enum":["gpx-track","route-line","waypoint-polyline","source-reported","direct-distance","unknown"]},"optionalTechnicalRating":{"anyOf":[{"type":"integer","minimum":1,"maximum":10},{"type":"null"}]},"category":{"type":"string","maxLength":80},"agencyDistrict":{"type":"string","maxLength":160},"county":{"type":"string","maxLength":120},"concerns":{"maxItems":14,"type":"array","items":{"type":"string","enum":["width","narrow-shelf-road","off-camber","mud","impassable-when-wet","pinstriping","body-damage","short-wheelbase","deep-sand","high-water","washout","livestock","blind-corners","other"]}},"status":{"anyOf":[{"type":"string","enum":["open","closed","restricted","unknown"]},{"type":"null"}]},"statusReportedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"type":"string","const":""}]},"sourceUpdatedAt":{"anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"type":"string","const":""}]},"sourceRating":{"anyOf":[{"type":"number","minimum":0,"maximum":5},{"type":"null"}]},"sourceReviewCount":{"anyOf":[{"type":"integer","minimum":0,"maximum":1000000},{"type":"null"}]}},"required":["distanceMiles","estimatedDriveMinutes","highestElevationFeet","lowestElevationFeet","elevationGainFeet","technicalRating","trailShape","recommendedDirection","surfaceTypes","minimumVehicle","officialRouteName","nearestTown","nearestServices","typicalOpen","permitRequired","feeRequired","cellCoverage","campingAvailability","chargingNotes","turnaroundNotes"],"additionalProperties":false},{"type":"null"}]},"campsiteDetails":{"anyOf":[{"type":"object","properties":{"campsiteType":{"type":"string","enum":["dispersed","developed-campground","rv-park","backcountry","overnight-parking","other"]},"siteType":{"type":"string","enum":["tent","vehicle","rv","mixed","group","other"]},"electricHookup":{"type":"boolean"},"electricAmps":{"default":[],"maxItems":4,"type":"array","items":{"anyOf":[{"type":"number","const":15},{"type":"number","const":20},{"type":"number","const":30},{"type":"number","const":50}]}},"electricPlugTypes":{"default":[],"maxItems":8,"type":"array","items":{"type":"string","enum":["nema-5-15","nema-5-20","tt-30","nema-14-50","nema-6-50","j1772","nacs","other"]}},"electricNotes":{"default":"","type":"string","maxLength":500}},"required":["campsiteType","siteType","electricHookup"],"additionalProperties":false},{"type":"null"}]},"route":{"default":null,"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"LineString"},"coordinates":{"minItems":2,"maxItems":500,"type":"array","items":{"type":"array","prefixItems":[{"type":"number","minimum":-180,"maximum":180},{"type":"number","minimum":-90,"maximum":90}]}}},"required":["type","coordinates"],"additionalProperties":false},{"type":"null"}]},"waypoints":{"maxItems":40,"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":80,"pattern":"^[A-Za-z0-9_-]+$"},"name":{"type":"string","minLength":1,"maxLength":100},"latitude":{"type":"number","minimum":-90,"maximum":90},"longitude":{"type":"number","minimum":-180,"maximum":180},"distanceMiles":{"default":null,"anyOf":[{"type":"number","minimum":0,"maximum":1000},{"type":"null"}]},"sourceDistanceMiles":{"default":null,"anyOf":[{"type":"number","minimum":0,"maximum":1000},{"type":"null"}]},"capturedAtStart":{"default":"","anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"type":"string","const":""}]},"capturedAtEnd":{"default":"","anyOf":[{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},{"type":"string","const":""}]},"summary":{"default":"","type":"string","maxLength":1000},"tags":{"default":[],"maxItems":10,"type":"array","items":{"type":"string","enum":["trailhead","directional","point-of-interest","historic-site","rock-art","viewpoint","obstacle","campsite","water","charging","closure","recovery","turnaround","other"]}},"photoIds":{"default":[],"maxItems":24,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"campsiteDetails":{"anyOf":[{"type":"object","properties":{"campsiteType":{"type":"string","enum":["dispersed","developed-campground","rv-park","backcountry","overnight-parking","other"]},"siteType":{"type":"string","enum":["tent","vehicle","rv","mixed","group","other"]},"electricHookup":{"type":"boolean"},"electricAmps":{"default":[],"maxItems":4,"type":"array","items":{"anyOf":[{"type":"number","const":15},{"type":"number","const":20},{"type":"number","const":30},{"type":"number","const":50}]}},"electricPlugTypes":{"default":[],"maxItems":8,"type":"array","items":{"type":"string","enum":["nema-5-15","nema-5-20","tt-30","nema-14-50","nema-6-50","j1772","nacs","other"]}},"electricNotes":{"default":"","type":"string","maxLength":500}},"required":["campsiteType","siteType","electricHookup"],"additionalProperties":false},{"type":"null"}]}},"required":["id","name","latitude","longitude"],"additionalProperties":false}},"photoIds":{"default":[],"maxItems":24,"type":"array","items":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"contributorName":{"default":"","type":"string","maxLength":100},"contributorEmail":{"type":"string","maxLength":254,"format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},"attestPublicAccess":{"type":"boolean","const":true},"attestNoSensitiveLocation":{"type":"boolean","const":true},"startedAt":{"type":"integer","minimum":0,"maximum":9007199254740991},"website":{"default":"","type":"string","maxLength":200}},"required":["kind","name","summary","description","latitude","longitude","contributorEmail","attestPublicAccess","attestNoSensitiveLocation"],"additionalProperties":false}