Modify from "xsd:string" to "xsd:dict" for "router"

In Extra routes API, the type of "router" object is set "xsd:string".
This commit fixes the type of "router" to "xsd:dict".

Change-Id: Ic8032536166f4c97eabcf79b51e0c24cba916a35
Closes-Bug: #1512664
This commit is contained in:
Yushiro FURUKAWA
2015-11-04 13:03:23 +09:00
parent f86b100e68
commit eb302d7660

View File

@@ -1431,7 +1431,7 @@
<!--! router parameters -->
<!ENTITY routerParameter '
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
name="router" style="plain" type="xsd:string">
name="router" style="plain" type="xsd:dict">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">