mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
75 lines
1.1 KiB
YAML
75 lines
1.1 KiB
YAML
description: ''
|
|
type: object
|
|
x-examples:
|
|
example-1:
|
|
symbol: X1-OE
|
|
sector: X1
|
|
type: RED_STAR
|
|
x: 0
|
|
'y': 0
|
|
waypoints:
|
|
- X1-OE-PM
|
|
- X1-OE-PM01
|
|
- X1-OE-A005
|
|
- X1-OE-25X
|
|
factions:
|
|
- COMMERCE_REPUBLIC
|
|
- MINERS_COLLECTIVE
|
|
- SPACERS_GUILD
|
|
charted: true
|
|
chartedBy: null
|
|
examples:
|
|
- symbol: X1-OE
|
|
sector: X1
|
|
type: RED_STAR
|
|
x: 0
|
|
'y': 0
|
|
waypoints:
|
|
- X1-OE-PM
|
|
- X1-OE-PM01
|
|
- X1-OE-A005
|
|
- X1-OE-25X
|
|
factions:
|
|
- COMMERCE_REPUBLIC
|
|
- MINERS_COLLECTIVE
|
|
- SPACERS_GUILD
|
|
charted: true
|
|
chartedBy: null
|
|
properties:
|
|
symbol:
|
|
type: string
|
|
minLength: 1
|
|
sector:
|
|
type: string
|
|
minLength: 1
|
|
type:
|
|
type: string
|
|
minLength: 1
|
|
x:
|
|
type: number
|
|
'y':
|
|
type: number
|
|
waypoints:
|
|
type: array
|
|
items:
|
|
type: string
|
|
factions:
|
|
type: array
|
|
items:
|
|
type: string
|
|
charted:
|
|
type: boolean
|
|
chartedBy:
|
|
type:
|
|
- string
|
|
- 'null'
|
|
required:
|
|
- symbol
|
|
- sector
|
|
- type
|
|
- x
|
|
- 'y'
|
|
- waypoints
|
|
- factions
|
|
- charted
|