{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_application_v3_GetAllResponse", "title": "pwa_application_v3_GetAllResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "projects": { "type": "array", "items": { "$ref": "#/components/schemas/pwa_application_v3_Project" } }, "status_code": { "type": "integer", "format": "int32" } }, "description": "Response type", "required": [ "request_id", "projects", "status_code" ] }