api-docs/models/System.yaml

56 lines
800 B
YAML
Raw Normal View History

2022-10-16 06:34:08 +02:00
description: ''
2022-03-11 03:17:28 +01:00
type: object
x-examples:
example-1:
symbol: X1-OE
sector: X1
type: RED_STAR
x: 0
2022-10-16 06:34:08 +02:00
'y': 0
2022-03-11 03:17:28 +01:00
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: integer
2022-10-16 06:34:08 +02:00
'y':
type: integer
2022-03-11 03:17:28 +01:00
waypoints:
type: array
items:
type: string
factions:
type: array
items:
type: string
charted:
type: boolean
chartedBy:
2022-10-16 06:34:08 +02:00
type: string
2022-03-11 03:17:28 +01:00
required:
- symbol
- sector
- type
- x
2022-10-16 06:34:08 +02:00
- 'y'
2022-03-11 03:17:28 +01:00
- waypoints
- factions
- charted