1response: 2 get: 3 responses: 4 200: 5 description: OK 6 schema: 7 $ref: '#/definitions/SameFileReference' 8 9definitions: 10 SameFileReference: 11 type: object 12 properties: 13 name: 14 type: string
View as plain text