mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 17:29:06 +01:00
37 lines
497 B
Plaintext
37 lines
497 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'non-productive',
|
|
],
|
|
requireCredential: false,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
required: {
|
|
type: 'boolean',
|
|
},
|
|
string: {
|
|
type: 'string',
|
|
},
|
|
default: {
|
|
type: 'string',
|
|
default: 'hello',
|
|
},
|
|
nullableDefault: {
|
|
type: 'string',
|
|
nullable: true,
|
|
default: 'hello',
|
|
},
|
|
id: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
},
|
|
required: [
|
|
'required',
|
|
],
|
|
},
|
|
res: {},
|
|
errors: {},
|
|
} |