{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/orchestrator-o-data-asset-collection-structure.json", "name": "ODataAssetCollection", "description": "OData collection response containing assets", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Asset" }, "example": [] } } }