[
	{
		"path": "/ModuleTest/HELLO",
		"redirect": {
			"path": "/ModuleTest/hello"
		}
	},
	{
		"path": "/ModuleTest/hello/{name}",
		"class": "MediaWiki\\Tests\\Rest\\Handler\\HelloHandler",
		"hello": "hi!",
		"openApiSpec": {
			"summary": "hello summary",
			"description": "hello description"
		}
	},
	{
		"path": "/ModuleTest/throw",
		"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::throwHandlerFactory"
	},
	{
		"path": "/ModuleTest/fatal",
		"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::fatalHandlerFactory"
	},
	{
		"path": "/ModuleTest/throwRedirect",
		"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::throwRedirectHandlerFactory"
	},
	{
		"path": "/ModuleTest/throwWrapped",
		"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::throwWrappedHandlerFactory"
	},
	{
		"path": "/ModuleTest/deprecated",
		"class": "MediaWiki\\Tests\\Rest\\Handler\\HelloHandler",
		"openApiSpec": {
			"deprecationSettings": {
				"since": 1735689600
			}
		}
	} ]
