import { IPSJsonObjectSchema } from './ipsjson-object-schema'; /** * * @export * @interface IPSJsonSchema */ export interface IPSJsonSchema extends IPSJsonObjectSchema { /** * JsonSchema标识 * @type {string} */ schemaId: string; }