Check and validate the correctness of the openapi specification for `GET /v3/apps/:guid/processes/:type` **Aspect:** Verify the response body for all possible response codes. **Details:** - [ ] **Schema per Response Code**: Validate the schema for the body of each response code (e.g., `200`, `201`, `404`). - [ ] **Data Types and Structures**: Check for correct data types and object structures in the response. - [ ] **Examples**: Ensure that examples are accurate, helpful, and match the defined schema. - [ ] **Links Object**: Verify that the `links` object provides correct and useful URLs to related resources. <!-- ID: GET /v3/apps/:guid/processes/:type-response-body -->
Check and validate the correctness of the openapi specification for
GET /v3/apps/:guid/processes/:typeAspect: Verify the response body for all possible response codes.
Details:
200,201,404).linksobject provides correct and useful URLs to related resources.