{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"description": "The general run object for case section. AEA input type name: casing_run-v1",
	"type": "object",
	"properties": {
		"name": {
			"type": "string",
			"description": "The run object name."
		},
		"catalog_id": {
			"type": "string",
			"description": "The run type identifier."
		}
	}
}