imbURI

Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Represents a URI, and allows safe conversion to a uriEncoded form for use in REST responses RULES ABOUT ImbURIs: 1. No ImbURI has two slashes next to one another. Multiple slashes in a row are always reduced to a single slash. 2. An ImbURI never ends with a slash (unless it's "/" on its own). 3. When you appendToUri, it is implicit that you want there to be a slash between the two segments.

XML

Value

Type: string

uriEncoded form of uri

JSON

property type description
value string uriEncoded form of uri