Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Simple Types - simpleIdType

Description

Simple ID’s are generally unique within the scope of their use. Allowable characters for a simple ID’s include A-Z, a-z, 0-9, and underscores ( _ ) only. simple ID’s cannot begin with a numeric digit, must be at least two characters long and are limited to a maximum of 64 characters. simple ID’s are not case sensitive, but the case of the ID’s are generally preserved.

Value Constraints

There are constraints on the value that can be provided. Values that do not meet these restrictions will generate a validation error.

Restriction Value
Minimum Length2
Maximum Length64
Match Pattern[a-zA-Z_]\w+
In This Document