https://github.com/byu-oit/byu_swagger_reference
https://github.com/byu-oit/byu_swagger_reference
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/byu-oit/byu_swagger_reference
- Owner: byu-oit
- License: apache-2.0
- Created: 2018-04-26T17:07:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T18:41:12.000Z (about 5 years ago)
- Last Synced: 2025-03-05T22:32:13.767Z (over 1 year ago)
- Language: Shell
- Size: 124 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# byu_swagger_reference
Repository for swagger references
Add common or shared swagger references here and use the https://raw.githubusercontent.com/byu-oit/ syntax to reference them in your project swagger file.
Example:
````json
"parameters": [
{
"$ref": "https://raw.githubusercontent.com/byu-oit/byu_swagger_reference/master/swagger/curriculum/pathParameters.json#/curriculumId"
},
{
"$ref": "https://raw.githubusercontent.com/byu-oit/byu_swagger_reference/master/swagger/curriculum/pathParameters.json#/titleCode"
}
]
````