Last active
January 7, 2020 03:56
-
-
Save psucodervn/f399692791a9fe619d2972da9a17f2f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "Swagger Petstore", | |
"version": "1.0.0", | |
"contact": {} | |
}, | |
"paths": { | |
"/": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/about/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/admissions/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/alset/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/alumnet/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/cfa/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/cfg/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/cn/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/docs/default-source/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/education/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/identity/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/inside-nus/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/nusgiving/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/orm/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/osa/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/president/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/pvo/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/{page}": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/Cwp/NUS/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
}, | |
"/images/default-source/*": { | |
"get": { | |
"summary": "", | |
"description": "", | |
"parameters": [], | |
"operationId": "", | |
"responses": { | |
"default": { | |
"description": "Default response" | |
} | |
} | |
} | |
} | |
}, | |
"security": [], | |
"servers": [], | |
"components": { | |
"links": {}, | |
"callbacks": {}, | |
"schemas": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment