{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationReadList", "title": "ApplicationReadList", "required": [ "applications" ], "type": "object", "properties": { "applications": { "type": "array", "items": { "$ref": "#/components/schemas/ApplicationRead" } } }, "x-speakeasy-component": true }