mirror of
https://github.com/valitydev/swag-url-shortener.git
synced 2024-11-06 01:15:19 +00:00
19 lines
257 B
YAML
19 lines
257 B
YAML
type: object
|
|
required:
|
|
- id
|
|
- shortenedUrl
|
|
- sourceUrl
|
|
- expiresAt
|
|
properties:
|
|
id:
|
|
type: string
|
|
shortenedUrl:
|
|
type: string
|
|
format: uri
|
|
sourceUrl:
|
|
type: string
|
|
format: uri
|
|
expiresAt:
|
|
type: string
|
|
format: date-time
|