mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
35 lines
460 B
Plaintext
35 lines
460 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'drive',
|
|
],
|
|
requireCredential: true,
|
|
req: {
|
|
type: 'object',
|
|
properties: {},
|
|
required: [],
|
|
},
|
|
res: {
|
|
type: 'object',
|
|
optional: false,
|
|
nullable: false,
|
|
properties: {
|
|
capacity: {
|
|
type: 'number',
|
|
optional: false,
|
|
nullable: false,
|
|
},
|
|
usage: {
|
|
type: 'number',
|
|
optional: false,
|
|
nullable: false,
|
|
},
|
|
},
|
|
required: [
|
|
'capacity',
|
|
'usage',
|
|
],
|
|
},
|
|
errors: {},
|
|
} |