mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
29 lines
489 B
YAML
29 lines
489 B
YAML
|
description: ''
|
||
|
type: object
|
||
|
x-examples:
|
||
|
example-1:
|
||
|
signature: X1-OE-D2DD38
|
||
|
deposits:
|
||
|
- COPPER_ORE
|
||
|
expiration: '2022-03-08T05:41:55.514Z'
|
||
|
properties:
|
||
|
signature:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
deposits:
|
||
|
type: array
|
||
|
items:
|
||
|
type: string
|
||
|
expiration:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
required:
|
||
|
- signature
|
||
|
- deposits
|
||
|
- expiration
|
||
|
examples:
|
||
|
- signature: X1-OE-D2DD38
|
||
|
deposits:
|
||
|
- COPPER_ORE
|
||
|
expiration: '2022-03-08T05:41:55.514Z'
|