1 2 3 4 5 6 7 8## What is it? Standard Schema is a standard interface designed to be implemented by all JavaScript and TypeScript schema libraries. The goal is to make it easier for other frameworks and libraries to accept user-defined schemas, without needing to implement a custom adapter for each schema library. Because Standard Schema is a *specification*, they can do so with no additional runtime dependencies.