Modified reference/SpaceTraders.yaml

This commit is contained in:
SpaceAdmiral 2022-03-11 17:57:49 -08:00
parent bf05c4fb49
commit 0012c7b954

View File

@ -600,61 +600,54 @@ paths:
expiration: '2022-03-08T05:32:57.524Z' expiration: '2022-03-08T05:32:57.524Z'
properties: properties:
data: data:
type: array type: object
uniqueItems: true properties:
minItems: 1 surveys:
items: $ref: ../models/Survey.yaml
$ref: ../models/Survey.yaml cooldown:
$ref: ../models/Cooldown.yaml
required: required:
- data - data
examples: examples:
Success: Success:
value: value:
data: data:
- signature: X1-OE-D2DD38 cooldown:
deposits: duration: 899
- COPPER_ORE expiration: '2022-03-12T02:11:35.618Z'
expiration: '2022-03-08T05:41:55.514Z' surveys:
- signature: X1-OE-B58FEB - signature: X1-OE-397C82
deposits: deposits:
- ALUMINUM_ORE - SILICON
- ALUMINUM_ORE expiration: '2022-03-12T02:00:19.622Z'
- ALUMINUM_ORE - signature: X1-OE-4413F6
expiration: '2022-03-08T05:39:15.519Z' deposits:
- signature: X1-OE-0E326C - ALUMINUM_ORE
deposits: - ALUMINUM_ORE
- ALUMINUM_ORE - COPPER_ORE
- SILICON - IRON_ORE
expiration: '2022-03-08T05:20:27.521Z' expiration: '2022-03-12T02:20:08.625Z'
- signature: X1-OE-5CDFA4 - signature: X1-OE-E6480F
deposits: deposits:
- COPPER_ORE - ALUMINUM_ORE
- COPPER_ORE - IRON_ORE
- COPPER_ORE - QUARTZ
- IRON_ORE - SILICON
expiration: '2022-03-08T05:44:34.522Z' expiration: '2022-03-12T02:18:00.626Z'
- signature: X1-OE-86C3A1 - signature: X1-OE-660BE9
deposits: deposits:
- COPPER_ORE - ALUMINUM_ORE
- COPPER_ORE expiration: '2022-03-12T02:20:45.626Z'
- IRON_ORE - signature: X1-OE-D64798
expiration: '2022-03-08T05:43:45.522Z' deposits:
- signature: X1-OE-C97BEA - COPPER_ORE
deposits: - QUARTZ
- ALUMINUM_ORE - SILICON
- COPPER_ORE expiration: '2022-03-12T02:07:33.626Z'
- QUARTZ - signature: X1-OE-F799F3
- QUARTZ deposits:
expiration: '2022-03-08T05:22:39.523Z' - IRON_ORE
- signature: X1-OE-9913BD expiration: '2022-03-12T02:23:16.627Z'
deposits:
- QUARTZ
expiration: '2022-03-08T05:37:45.523Z'
- signature: X1-OE-8D87D2
deposits:
- COPPER_ORE
- SILICON
expiration: '2022-03-08T05:32:57.524Z'
operationId: post-my-ships-shipSymbol-survey operationId: post-my-ships-shipSymbol-survey
security: security:
- AgentToken: [] - AgentToken: []
@ -665,7 +658,26 @@ paths:
- my - my
- survey - survey
- ships - ships
responses: {} responses:
'200':
description: OK
content:
application/json:
schema:
type: object
properties:
data:
type: object
properties:
cooldown:
$ref: ../models/Cooldown.yaml
examples:
Success:
value:
data:
cooldown:
duration: 899
expiration: '2022-03-12T02:11:35.618Z'
operationId: get-my-ships-shipSymbol-survey operationId: get-my-ships-shipSymbol-survey
description: '' description: ''
'/my/ships/{shipSymbol}/jump': '/my/ships/{shipSymbol}/jump':