{
	"id":"award",
	"title":"Award",
	"type":"object",
	"properties":{
		"awardName":{
			"type":"string"
		},
		"fields":{ 
			"type":"object",
			"properties":{ 
				"awardImage":{
					"type":"object",
					"title":"Award Image",
					"properties":{
						"original":{
							"form":{
								"format":"image"
							},
							"type":"string"
						}
					}
				}
			}
		}	
	}
}