{
	"data": {
		"body": [
			"data"
		],
		"description": "URL string containing image data.",
		"prefix": "data"
	},
	"file": {
		"body": [
			"file"
		],
		"description": "Underlying File object. All normal File methods can be called on this.",
		"prefix": "file"
	},
	"name": {
		"body": [
			"name"
		],
		"description": "File name",
		"prefix": "name"
	},
	"size": {
		"body": [
			"size"
		],
		"description": "File size",
		"prefix": "size"
	},
	"subtype": {
		"body": [
			"subtype"
		],
		"description": "File subtype (usually the file extension jpg, png, xml, etc.)",
		"prefix": "subtype"
	},
	"type": {
		"body": [
			"type"
		],
		"description": "File type (image, text, etc.)",
		"prefix": "type"
	}
}