{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v6",
	"properties":{
		"key":{
			"type":"string"
		},
		"secret":{
			"type":"string"
		},
		"type":{
			"$ref":"/resources/schema/user/v6/UserCredentialsType.json"
		}
	},
	"required":[
		"type",
		"key",
		"secret"
	],
	"title":"UserCredentials",
	"type":"object"
}