{
  "swaggerVersion": "1.2",
  "apis": [
	{
	  "path": "/hello",
	  "operations": [
		{
		  "method": "GET",
		  "summary": "Greet our subject with hello!",
		  "type": "string",
		  "nickname": "helloSubject",
		  "parameters": [
			{
			  "name": "subject",
			  "description": "The subject to be greeted.",
			  "required": true,
			  "type": "string",
			  "paramType": "path"
			}
		  ]
		}
	  ]
	}
  ],
  "models": {}
}