1.2.3 • Published 7 months ago
@bpinternal/jex v1.2.3
Jex
JSON-Extends; JSON Schema type checking library
Usage
import * as jex from '.'
const res1 = jex.jsonSchemaExtends(
{
type: 'object',
properties: {
name: { type: 'string' },
age: { type: 'number' }
}
},
{
type: 'object',
properties: {
name: { type: 'string' }
}
}
)
console.log(res1) // true
const res2 = jex.jsonSchemaExtends(
{
type: 'object',
properties: {
name: { type: 'string' },
age: { type: 'number' }
}
},
{
type: 'object',
properties: {
name: { type: 'string' }
},
required: ['name']
}
)
console.log(res2) // falseDisclaimer ⚠️
This package is published under the @bpinternal organization. All packages of this organization are meant to be used by the Botpress team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
The Botpress Engineering team.
1.2.0
11 months ago
1.2.3
7 months ago
1.2.2
11 months ago
1.2.1
11 months ago
1.1.1
1 year ago
1.1.2
1 year ago
1.1.0
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago
0.0.12
1 year ago
0.0.10
1 year ago
0.0.11
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
2 years ago
0.0.5
2 years ago
0.0.6
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago