{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version 6",
	"properties":{
		"application_id":{
			"type":"string"
		},
		"receipt_id":{
			"type":"string"
		},
		"transaction_id":{
			"type":"string"
		},
		"premium_features":{
			"type": "array",
			"items": {
				"type":"string"
			}			
		},
		"offer_code":{
			"type":"string"
		},
		"offer_version":{
			"type":"string"
		},
		"sku":{
			"type":"string"
		},
		"purchase_utc_timestamp":{
			"type":"integer"
		},
		"offer_start_utc_timestamp":{
                        "type":"integer"
                },
		"offer_expiry_utc_timestamp":{
			"type":"integer"
		},
		"receipt_archivable":{
			"type":"boolean"
		},
		"description":{
			"type":"string"
		},
		"payment_processor":{
			"$ref":"/resources/schema/user/v6/PaymentProcessor.json"
		},
		"receipt_data":{
			"type":"string"
		},
		"force_verfiy":{
                        "type":"boolean"
                },
		"additional_info":{
			"type":"object"
		}
	},
	"required":[
		"application_id",
		"offer_code",
		"offer_version",
		"purchase_utc_timestamp",
		"offer_expiry_utc_timestamp",
		"receipt_archivable",
		"payment_processor",
		"sku"
	],
	"title":"TelenavReceipt",
	"type":"object"
}
