openapi: 3.0.1 info: title: Internal War info WS description: "Rest War infos Operation, Version: 2021R1" version: "25R1.0" paths: /warinfos/serviceAvailable: get: tags: - serviceAvailable summary: Retrieve information about the war. description: Get war infos operationId: getWarInfos responses: "200": description: OK content: application/json: schema: $ref: '#/components/schemas/WarInfos' components: schemas: WarInfos: type: object properties: env: type: string host: type: string instance: type: string status: type: string versionPeek: type: string warName: type: string warVersion: type: string