{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"description": "The run object. AEA input type name: rig-v1",
	"type": "object",
	"properties": {
		"name": {
			"type": "string",
			"description": "The run object name."
		},
		"catalog_id": {
			"type": "string",
			"description": "The run type identifier."
		},
		"start_md": {
			"type": "number",
			"format": "double",
			"description": "The measurement depth start (StandardDepthIndex,meter,m)."
		},
		"end_md": {
			"type": "number",
			"format": "double",
			"description": "The measurement depth end (StandardDepthIndex,meter,m)."
		},
		"od": {
			"type": "number",
			"format": "double",
			"description": "The outside diameter (CylinderDiameter,meter,m)."
		}
	}
}