# openapi-redoc-testing **Repository Path**: mirrors_ramsey/openapi-redoc-testing ## Basic Information - **Project Name**: openapi-redoc-testing - **Description**: Testing some things with OpenAPI and ReDoc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenAPI Redoc Testing ## Running 1. Make sure gulp-cli is installed: `npm install gulp-cli -g` 2. Run `npm install` 3. Run `gulp` to watch the YAML files for changes and to run the web server 4. Load in a browser to view your changes ## ReDoc Error I receive the following error from ReDoc when I run this repository as-is: ![ReDoc Error Screenshot](https://raw.githubusercontent.com/ramsey/openapi-redoc-testing/master/redoc-error.png) However, if I move the path schemas to the main `openapi/openapi.yaml` file, then ReDoc loads properly.