--- swagger: '2.0' info: title: Classic API Resource Documentation description: |
version: production basePath: https://afine.com produces: - application/xml - application/json consumes: - application/xml - application/json security: - basicAuth: [] paths: "/afine": get: responses: '200': description: No response was specified tags: - somettext operationId: findAccounts summary: this is example text "/malformed_by_afine": delete: parameters: - description: | format: int64 in: path name: id required: true type: integer responses: '200': description: No response was specified tags: - afine operationId: afine summary: afine get: parameters: - description: this is example text format: int64 in: path name: id required: true type: integer responses: '200': description: No response was specified tags: - afine operationId: some_operation summary: this is example text