{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "http://json-schema.int.adscore.com/user/read.schema.json",
	"title": "User Read",
	"description": "Get user details",
	"type": "object",
	"properties": {
		"route": {
			"type": "object",
			"properties": {
				"path": {
					"const": "/user"
				},
				"methods": {
					"const": ["GET"]
				}
			}
		}
	}
}
		
