mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
31 lines
512 B
YAML
31 lines
512 B
YAML
description: ''
|
|
type: object
|
|
x-examples:
|
|
example-1:
|
|
accountId: cl0hok34m0003ks0jjql5q8f2
|
|
symbol: 2C52AD
|
|
headquarters: X1-OE-PM
|
|
credits: 0
|
|
properties:
|
|
accountId:
|
|
type: string
|
|
minLength: 1
|
|
symbol:
|
|
type: string
|
|
minLength: 1
|
|
headquarters:
|
|
type: string
|
|
minLength: 1
|
|
credits:
|
|
type: number
|
|
required:
|
|
- accountId
|
|
- symbol
|
|
- headquarters
|
|
- credits
|
|
examples:
|
|
- accountId: cl0hok34m0003ks0jjql5q8f2
|
|
symbol: EMBER
|
|
headquarters: X1-OE-PM
|
|
credits: 0
|