mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
20 lines
302 B
YAML
20 lines
302 B
YAML
|
description: ''
|
||
|
type: object
|
||
|
properties:
|
||
|
symbol:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
faction:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
required:
|
||
|
- symbol
|
||
|
- faction
|
||
|
x-examples:
|
||
|
example-1:
|
||
|
symbol: X1-OE-PM
|
||
|
faction: COMMERCE_REPUBLIC
|
||
|
examples:
|
||
|
- symbol: X1-OE-PM
|
||
|
faction: COMMERCE_REPUBLIC
|