Skip to content

Extended JSON and LLM function calling schemas of Wrtn Technologies, especially for the Studio Pro

License

Notifications You must be signed in to change notification settings

wrtnlabs/schema

Repository files navigation

@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",
};

About

Extended JSON and LLM function calling schemas of Wrtn Technologies, especially for the Studio Pro

Resources

License

Stars

Watchers

Forks

Packages

No packages published