{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-structure/amazon-detective-list-datasource-packages-response-structure.json", "description": "Response from listing datasource packages", "type": "object", "properties": { "DatasourcePackages": { "type": "object", "description": "Details on the data source packages active in the behavior graph.", "additionalProperties": { "$ref": "#/components/schemas/DatasourcePackageIngestDetail" } }, "NextToken": { "type": "string", "description": "For requests to get the next page of results." } }, "name": "ListDatasourcePackagesResponse" }