{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "Context",
	"type" : "object",
	"additionalProperties" : false,
	"description" : "Version v2",
	"properties" : {
		"api_context" : {
			"$ref" : "/resources/schema/services/v2/ApiContext.json"
		},

		"network_context" : {
			"$ref" : "/resources/schema/services/v2/NetworkContext.json"
		},

		"transaction_context" : {
			"$ref" : "/resources/schema/services/v2/TransactionContext.json"
		},

		"user_context" : {
			"$ref" : "/resources/schema/services/v2/UserContext.json"
		}
	},

	"required" : 
	[
		"api_context"
	]
}