The Swagger Schema Items object
The Schema Items object provides the array members for the items property
on the Response Schema object. The type property on the Response Schema
object specifies the type of response body. If the value of the type
property on the Response Schema object is array, then the
items property on the Response Schema object must point to a Schema Items
object that specifies the array members.
Optional properties
| Property | Type | Description | Combination style |
|---|---|---|---|
$ref |
string |
Provides a link to the JSON schema definition defined the file imported as
alias using property For example, suppose the following circumstances exist: In this case, PolicyCenter serializes the
Iterable object as a JSON array, in which each array element is
an object serialized and validated according to the Contact JSON
Schema. |
N/A |
enum |
anyType[] | Documentation only. The enum values must be valid values of
the type defined by the combination of type,
format, and x-gw-type. |
N/A |
format |
string |
Use only if the |
N/A |
type |
string |
Do not set this property if you set a value for Valid values are:
|
N/A |
Guidewire extension properties
| Property | Type | Description | Combination style |
|---|---|---|---|
x-gw-export-enumeration |
boolean |
If set to The default is |
N/A |
x-gw-type |
string |
Use only if the The combination of |
N/A |
