mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
90 lines
1.3 KiB
YAML
90 lines
1.3 KiB
YAML
description: ""
|
|
type: object
|
|
x-examples:
|
|
example-1:
|
|
system: X1-OE
|
|
symbol: X1-OE-PM
|
|
type: PLANET
|
|
x: 10
|
|
"y": 5
|
|
orbitals:
|
|
- X1-OE-PM01
|
|
faction: COMMERCE_REPUBLIC
|
|
features:
|
|
- MARKETPLACE
|
|
- SHIPYARD
|
|
traits:
|
|
- OVERCROWDED
|
|
- HIGH_TECH
|
|
- BUREAUCRATIC
|
|
- TRADING_HUB
|
|
- TEMPERATE
|
|
charted: true
|
|
chartedBy: null
|
|
examples:
|
|
- system: X1-OE
|
|
symbol: X1-OE-PM
|
|
type: PLANET
|
|
x: 10
|
|
"y": 5
|
|
orbitals:
|
|
- X1-OE-PM01
|
|
faction: COMMERCE_REPUBLIC
|
|
features:
|
|
- MARKETPLACE
|
|
- SHIPYARD
|
|
traits:
|
|
- OVERCROWDED
|
|
- HIGH_TECH
|
|
- BUREAUCRATIC
|
|
- TRADING_HUB
|
|
- TEMPERATE
|
|
charted: true
|
|
chartedBy: null
|
|
properties:
|
|
system:
|
|
type: string
|
|
minLength: 1
|
|
symbol:
|
|
type: string
|
|
minLength: 1
|
|
type:
|
|
type: string
|
|
minLength: 1
|
|
x:
|
|
type: integer
|
|
"y":
|
|
type: integer
|
|
orbitals:
|
|
type: array
|
|
items:
|
|
type: string
|
|
faction:
|
|
type: string
|
|
minLength: 1
|
|
features:
|
|
type: array
|
|
items:
|
|
type: string
|
|
traits:
|
|
type: array
|
|
items:
|
|
type: string
|
|
charted:
|
|
type: boolean
|
|
chartedBy:
|
|
type:
|
|
- string
|
|
- "null"
|
|
required:
|
|
- system
|
|
- symbol
|
|
- type
|
|
- x
|
|
- "y"
|
|
- orbitals
|
|
- faction
|
|
- features
|
|
- traits
|
|
- charted
|