SourceItems
SourceItems
A list of source items.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string",
"description": "string",
"itemType": "string",
"publisher": "string",
"logo": "string",
"summary": "string",
"categories": [
"string"
],
"screenshots": [
"string"
]
}
]
}