arrayElement
Namespace: | http://fico.com/xpress/insight/rest/v1 |
An element in an array, comprising its key and its value.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
key (anyType) | 0/unbounded | The key of this element |
value (anyType) | 0/1 | The value held by this element |
JSON
property | type | description |
---|---|---|
key | array of key (anyType) | The key of this element |
value | value (anyType) | The value held by this element |