{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ApplicationPackageListResponse", "type": "object", "description": "Response containing a list of application packages.", "properties": { "value": { "type": "array", "description": "Array of application package resources." }, "@odata.nextLink": { "type": "['string', 'null']", "description": "URL to retrieve the next page of results." } } }