UNPKG

494 BYAMLView Raw
1swagger: "2.0"
2info:
3 version: 1.0.0
4 title: Swagger Petstore
5 license:
6 name: MIT
7host: petstore.swagger.io
8basePath: /v1
9schemes:
10 - http
11consumes:
12 - application/json
13produces:
14 - application/json
15paths:
16 /authtest/{id}:
17 x-serviceId: authtest
18 get:
19 x-method-id: "1022"
20 operationId: authtestGET
21 tags:
22 - system
23 parameters: []
24 post:
25 x-method-id: "1023"
26 operationId: authtestPOST
27 tags:
28 - system
29 parameters: []