From 78f755a20a79cf4599b6cbc556627391c3e0b4c7 Mon Sep 17 00:00:00 2001 From: "nathan.tienyou@viacesi.fr" Date: Thu, 2 Mar 2023 20:28:15 +0100 Subject: [PATCH] Modified reference/OpenAPI.yml --- reference/OpenAPI.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/reference/OpenAPI.yml b/reference/OpenAPI.yml index e4a7690..fbcf00a 100644 --- a/reference/OpenAPI.yml +++ b/reference/OpenAPI.yml @@ -265,9 +265,6 @@ components: properties: id: $ref: '#/components/schemas/WeaponID' - internal: - type: string - example: mp_weapon_sniper name: type: string example: Kraber @@ -279,7 +276,6 @@ components: example: 'https://static.wikia.nocookie.net/titanfall_gamepedia/images/8/8b/Icon_kraber.png' required: - id - - internal Map: title: Map x-stoplight: @@ -288,9 +284,6 @@ components: properties: id: $ref: '#/components/schemas/MapID' - internal: - type: string - example: mp_angel_city name: type: string example: Angel City @@ -302,7 +295,6 @@ components: example: 'https://media.contentapi.ea.com/content/dam/eacom/en-us/common/articles-tf2-welcome-header.jpg.adapt.320w.jpg' required: - id - - internal Server: title: Server x-stoplight: @@ -310,7 +302,7 @@ components: type: object properties: id: - type: string + type: integer example: '1' name: type: string @@ -386,13 +378,12 @@ components: title: WeaponID x-stoplight: id: p92aomkxku2po - type: integer - description: '' + type: string MapID: title: MapID x-stoplight: id: zoazw8eoi7qwr - type: integer + type: string PrefferredServer: title: PrefferredServer x-stoplight: