XML Example:<core>
<coreIdentifier>CoreIdentifier</coreIdentifier>
<current>xsd:boolean</current>
<dataSourceName>xsd:string</dataSourceName>
<hasDeletions>xsd:boolean</hasDeletions>
<lastModified>DateTime</lastModified>
<maxDoc>xsd:int</maxDoc>
<numDocs>xsd:int</numDocs>
<segmentCount>xsd:int</segmentCount>
<shopGUID>xsd:string</shopGUID>
<startTime>DateTime</startTime>
<upTime>xsd:long</upTime>
<version>xsd:long</version>
</core>
| JSON Example: {
"coreIdentifier": CoreIdentifier,
"current": Boolean,
"dataSourceName": String,
"hasDeletions": Boolean,
"lastModified": DateTime,
"maxDoc": Number,
"numDocs": Number,
"segmentCount": Number,
"shopGUID": String,
"startTime": DateTime,
"upTime": Number,
"version": Number,
}
|