mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
20 lines
312 B
YAML
20 lines
312 B
YAML
description: ''
|
|
type: object
|
|
properties:
|
|
shipSymbol:
|
|
type: string
|
|
minLength: 1
|
|
destination:
|
|
type: string
|
|
minLength: 1
|
|
required:
|
|
- shipSymbol
|
|
- destination
|
|
x-examples:
|
|
example-1:
|
|
shipSymbol: 1D7FDA-1
|
|
destination: 00E0B1
|
|
examples:
|
|
- shipSymbol: 1D7FDA-1
|
|
destination: 00E0B1
|