diff --git a/camtrap-dp-profile.json b/camtrap-dp-profile.json index a49fd58..5b0f325 100644 --- a/camtrap-dp-profile.json +++ b/camtrap-dp-profile.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "title": "Camera Trap Data Package", - "description": "Data exchange format for camera trap data. https://tdwg.github.io/camtrap-dp/", + "description": "Data exchange format for camera trap data. ", "type": "object", "$defs": { "version": { diff --git a/deployments-table-schema.json b/deployments-table-schema.json index ed59395..53a812e 100644 --- a/deployments-table-schema.json +++ b/deployments-table-schema.json @@ -59,13 +59,14 @@ }, { "name": "coordinateUncertainty", - "description": "Horizontal distance in meters from the given `latitude` and `longitude` describing the smallest circle containing the deployment location. Especially relevant when coordinates are rounded to protect sensitive species.", + "description": "Horizontal distance from the given `latitude` and `longitude` describing the smallest circle containing the deployment location. Expressed in meters. Especially relevant when coordinates are rounded to protect sensitive species.", "skos:exactMatch": "http://rs.tdwg.org/dwc/terms/coordinateUncertaintyInMeters", "type": "integer", "constraints": { "required": false, "minimum": 1 }, + "unit": "m", "example": 100 }, { @@ -137,6 +138,7 @@ "required": false, "minimum": 0 }, + "unit": "m", "example": 1.2 }, { @@ -148,6 +150,7 @@ "minimum": -90, "maximum": 90 }, + "unit": "°", "example": -90 }, { @@ -159,6 +162,7 @@ "minimum": 0, "maximum": 360 }, + "unit": "°", "example": 225 }, { @@ -169,6 +173,7 @@ "required": false, "minimum": 0 }, + "unit": "m", "example": 9.5 }, {