mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
21 lines
224 B
Plaintext
21 lines
224 B
Plaintext
|
{
|
||
|
summary: '',
|
||
|
description: '',
|
||
|
tags: [
|
||
|
'meta',
|
||
|
],
|
||
|
requireCredential: false,
|
||
|
req: {
|
||
|
type: 'object',
|
||
|
properties: {
|
||
|
url: {
|
||
|
type: 'string',
|
||
|
},
|
||
|
},
|
||
|
required: [
|
||
|
'url',
|
||
|
],
|
||
|
},
|
||
|
res: {},
|
||
|
errors: {},
|
||
|
}
|