{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/automation-hub-app-inventory-list-response-structure.json", "name": "AppInventoryListResponse", "description": "Response containing application inventory entries", "type": "object", "properties": { "totalCount": { "type": "int32", "description": "Total number of application inventory entries", "example": 42 }, "applications": { "type": "array", "items": { "$ref": "#/components/schemas/Application" }, "example": [] } } }