mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
19 lines
313 B
YAML
19 lines
313 B
YAML
|
description: ''
|
||
|
type: object
|
||
|
properties:
|
||
|
duration:
|
||
|
type: number
|
||
|
expiration:
|
||
|
type: string
|
||
|
minLength: 1
|
||
|
required:
|
||
|
- duration
|
||
|
- expiration
|
||
|
x-examples:
|
||
|
example-1:
|
||
|
duration: 119
|
||
|
expiration: '2022-03-12T00:41:29.285Z'
|
||
|
examples:
|
||
|
- duration: 119
|
||
|
expiration: '2022-03-12T00:41:29.285Z'
|