An open API service indexing awesome lists of open source software.

https://github.com/byu-oit/byu_swagger_reference


https://github.com/byu-oit/byu_swagger_reference

Last synced: 3 months ago
JSON representation

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"
}
]

````