misskey/packages/misskey-js/src/schemas/id.ts

7 lines
118 B
TypeScript
Raw Normal View History

2023-05-03 01:51:41 +09:00
export const IdSchema = {
$id: '/schemas/Id',
type: 'string',
format: 'id',
example: 'xxxxxxxxxx',
};