Check and validate the correctness of the openapi specification for `GET /v3/apps/:guid/processes/:type` **Aspect:** Verify the tags associated with the operation. **Details:** - [ ] **Relevance**: Ensure tags are relevant to the operation and group it logically with other operations. - [ ] **Consistency**: Check for consistent use of tags across the API. - [ ] **Declaration**: Verify that tags used in operations are declared in the global `tags` section of the OpenAPI document. <!-- ID: GET /v3/apps/:guid/processes/:type-tags -->
Check and validate the correctness of the openapi specification for
GET /v3/apps/:guid/processes/:typeAspect: Verify the tags associated with the operation.
Details:
tagssection of the OpenAPI document.