Buckets:
| ; | |
| var metaSchema = require('./refs/json-schema-draft-07.json'); | |
| module.exports = { | |
| $id: 'https://github.com/ajv-validator/ajv/blob/master/lib/definition_schema.js', | |
| definitions: { | |
| simpleTypes: metaSchema.definitions.simpleTypes | |
| }, | |
| type: 'object', | |
| dependencies: { | |
| schema: ['validate'], | |
| $data: ['validate'], | |
| statements: ['inline'], | |
| valid: {not: {required: ['macro']}} | |
| }, | |
| properties: { | |
| type: metaSchema.properties.type, | |
| schema: {type: 'boolean'}, | |
| statements: {type: 'boolean'}, | |
| dependencies: { | |
| type: 'array', | |
| items: {type: 'string'} | |
| }, | |
| metaSchema: {type: 'object'}, | |
| modifying: {type: 'boolean'}, | |
| valid: {type: 'boolean'}, | |
| $data: {type: 'boolean'}, | |
| async: {type: 'boolean'}, | |
| errors: { | |
| anyOf: [ | |
| {type: 'boolean'}, | |
| {const: 'full'} | |
| ] | |
| } | |
| } | |
| }; | |
Xet Storage Details
- Size:
- 872 Bytes
- Xet hash:
- da6ee83d0afd003136a639ea29088e60c168e5681a95930b30fbdbc27105bb4e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.