Modified reference/OpenAPI.yml
This commit is contained in:
+3
-12
@@ -265,9 +265,6 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
$ref: '#/components/schemas/WeaponID'
|
$ref: '#/components/schemas/WeaponID'
|
||||||
internal:
|
|
||||||
type: string
|
|
||||||
example: mp_weapon_sniper
|
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
example: Kraber
|
example: Kraber
|
||||||
@@ -279,7 +276,6 @@ components:
|
|||||||
example: 'https://static.wikia.nocookie.net/titanfall_gamepedia/images/8/8b/Icon_kraber.png'
|
example: 'https://static.wikia.nocookie.net/titanfall_gamepedia/images/8/8b/Icon_kraber.png'
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
- internal
|
|
||||||
Map:
|
Map:
|
||||||
title: Map
|
title: Map
|
||||||
x-stoplight:
|
x-stoplight:
|
||||||
@@ -288,9 +284,6 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
$ref: '#/components/schemas/MapID'
|
$ref: '#/components/schemas/MapID'
|
||||||
internal:
|
|
||||||
type: string
|
|
||||||
example: mp_angel_city
|
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
example: Angel City
|
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'
|
example: 'https://media.contentapi.ea.com/content/dam/eacom/en-us/common/articles-tf2-welcome-header.jpg.adapt.320w.jpg'
|
||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
- internal
|
|
||||||
Server:
|
Server:
|
||||||
title: Server
|
title: Server
|
||||||
x-stoplight:
|
x-stoplight:
|
||||||
@@ -310,7 +302,7 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
type: string
|
type: integer
|
||||||
example: '1'
|
example: '1'
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
@@ -386,13 +378,12 @@ components:
|
|||||||
title: WeaponID
|
title: WeaponID
|
||||||
x-stoplight:
|
x-stoplight:
|
||||||
id: p92aomkxku2po
|
id: p92aomkxku2po
|
||||||
type: integer
|
type: string
|
||||||
description: ''
|
|
||||||
MapID:
|
MapID:
|
||||||
title: MapID
|
title: MapID
|
||||||
x-stoplight:
|
x-stoplight:
|
||||||
id: zoazw8eoi7qwr
|
id: zoazw8eoi7qwr
|
||||||
type: integer
|
type: string
|
||||||
PrefferredServer:
|
PrefferredServer:
|
||||||
title: PrefferredServer
|
title: PrefferredServer
|
||||||
x-stoplight:
|
x-stoplight:
|
||||||
|
|||||||
Reference in New Issue
Block a user