0.0.1-beta.1 • Published 2 years ago

@datadayrepos/json-schema-types v0.0.1-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

JSON SCHEMA TYPES

Support library for json-schema types used across libraries.

1. Install

Clone this template and navigate to the project directory. Use pnpm for installing dependencies:

pnpm install @datadayrepos/json-schema-types -D

2. Content

Exports the following:

export type {
  ExtendedJson7,
  JSONSchema7TypeName,
  JSONSchema7Type,
  JSONSchema7Object,
  JSONSchema7Array,
  JSONSchema7Version,
  JSONSchema7Definition,
  JSONSchema7

} from './jsonSchema'

export type {
  GenericObjectType,
  ABYSchema,
  ABYAllSchemaPackage,
  ABYSchemaDefinition,
  ABYSchemaTypeName,
  ABYSchemaType,
  FieldsMap,
  UISpec,
  WidgetNames,
  UISchema,
  ErrSchema

} from './internalScema'

📄 License

MIT License © 2023 Ivar Strand

0.0.1-beta.1

2 years ago