{
	"parameters": {
		"first": "%second%",
		"second": "%third%",
		"third": "%other.inner.fourth%",
		"other": {
			"inner": {
				"fourth": "%first%"
			}
		}
	}
}