See: Description
| Interface | Description |
|---|---|
| JsonSchemaObject |
Interface that can be implemented by objects that know how to serialize themselves to JSON schema using
JsonSchemaObject.toDocument(). |
| JsonSchemaObject.Type |
Type represents either a JSON schema type or a MongoDB specific bsonType.
|
| JsonSchemaProperty |
A property or patternProperty within a
JsonSchemaObject of type : 'object'. |
| MongoJsonSchema |
Interface defining MongoDB-specific JSON schema object.
|
| MongoJsonSchema.ConflictResolutionFunction |
A resolution function that is called on conflicting paths when trying to merge properties with different values
into a single value.
|
| MongoJsonSchema.ConflictResolutionFunction.Path | |
| MongoJsonSchema.ConflictResolutionFunction.Resolution |
The result after processing a conflict when merging schemas.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.