# StandardSchemaV1

# Type Alias: StandardSchemaV1\<TInput, TOutput\>

```ts
type StandardSchemaV1<TInput, TOutput> = object;
```

Defined in: [standardSchema.public.ts:10](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchema.public.ts#L10)

The Standard Schema interface.

## Type Parameters

### TInput

`TInput` = `unknown`

### TOutput

`TOutput` = `TInput`

## Properties

### ~standard

```ts
readonly ~standard: StandardSchemaV1Props<TInput, TOutput>;
```

Defined in: [standardSchema.public.ts:14](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchema.public.ts#L14)

The Standard Schema properties.
