{
	"name": "Run",
	"created": "2048-02-02T08:00:00Z",
	"modified": "2048-04-04T10:00:00Z",
	"customFields": [
		{
			"handle": "temperature",
			"label": "Temperature",
			"description": "The temperature during the run.",
			"type": "number",
			"meta": {}
		},
		{
			"handle": "relative-humidity",
			"label": "Relative humidity",
			"description": "The relative humidity during the run.",
			"type": "number",
			"attributes": {
				"min": 0,
				"max": 100
			},
			"meta": {}
		}
	]
}