4.0.0 • Published 4 months ago

@wrtnlabs/schema v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@wrtnlabs/schema

GitHub license npm version Downloads Build Status

Extension of @samchon/openapi adding plugin properties.

You can see the plugin properties in the src/index.ts file.

import { OpenApi.IJsonSchema } from "@samchon/openapi";
import "@wrtnlabs/schema";

const schema: OpenApi.IJsonSchema = {
  type: "string",
  format: "email",
  "x-wrtn-placeholder": "Insert your email address please",
};
4.0.0-dev.20250304

4 months ago

4.0.0

4 months ago

0.0.0

4 months ago