{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v7",
	"properties":{
		"attachment_type":{
			"$ref":"/resources/schema/user/v7/UserFeedbackAttachmentType.json"
		},
		"attachment_data":{
			"type":"string"
		},
		"attachment_format":{
			"type":"string"
		}
	},
	"title":"UserFeedbackAttachment",
	"type":"object"
}