Variable mockJsonSchemaConst

mockJsonSchema: {
    $schema: string;
    properties: {
        host: { type: string };
        name: { default: string; type: string };
    };
    required: string[];
    title: string;
    type: string;
} = ...

Type declaration

  • $schema: string
  • properties: { host: { type: string }; name: { default: string; type: string } }
  • required: string[]
  • title: string
  • type: string