mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-16 06:34:37 +09:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
![]() |
export const IdSchema = {
|
||
|
$id: '/schemas/Id',
|
||
|
type: 'string',
|
||
|
format: 'id',
|
||
|
example: 'xxxxxxxxxx',
|
||
|
};
|