A list of Application objects.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationList", "title": "ApplicationList", "type": "array", "description": "A list of Application objects.", "items": { "$ref": "#/components/schemas/Application" } }