--- swagger: '2.0' info: title: Adapter version: '1' tags: - name: Systems description: APIs for getting a list of systems paths: /api/system: get: summary: Get systems description: Returns a list of systems matching the specified parameters. tags: - Systems parameters: - in: query name: tenant description: ID of the tenant. required: true type: string responses: 200: description: Success schema: $ref: '#/definitions/System' definitions: System: type: object required: - id properties: id: description: Unique identifier. type: string example: id: myId