@datadayrepos/json-schema-types
v0.0.1-beta.12
Published
Types used for json schema render and editors
Downloads
1
Readme
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,
UISchemaDetail,
ErrSchema
} from './internalScema'
📄 License
MIT License © 2023 Ivar Strand