refactor: rename schema to json-schema

This commit is contained in:
syuilo 2023-03-10 14:22:37 +09:00
parent 66aef2e716
commit 5de8930058
65 changed files with 76 additions and 76 deletions

View file

@ -4,7 +4,7 @@ import { In, IsNull, Not } from 'typeorm';
import { DI } from '@/di-symbols.js';
import type { User } from '@/models/entities/User.js';
import type { Channel } from '@/models/entities/Channel.js';
import type { Packed } from '@/misc/schema.js';
import type { Packed } from '@/misc/json-schema.js';
import type { Note } from '@/models/entities/Note.js';
import { IdService } from '@/core/IdService.js';
import { GlobalEventService } from '@/core/GlobalEventService.js';