Class: SchemaDefinition<Schema, StrictTableTypes>
server.SchemaDefinition
The definition of a Convex project schema.
This should be produced by using defineSchema.
Type parameters
| Name | Type | 
|---|---|
| Schema | extends GenericSchema | 
| StrictTableTypes | extends boolean | 
Properties
tables
• tables: Schema
Defined in
strictTableNameTypes
• strictTableNameTypes: StrictTableTypes
Defined in
schemaValidation
• Readonly schemaValidation: boolean