primaryKey?
readonly optional primaryKey: string
Defined in: ridb_core.d.ts:603
The primary key of the property, if applicable.
Defined in: ridb_core.d.ts:589
Represents a property within a schema, including various constraints and nested properties.
new Property(): Property
Property
readonly optional default: any
Defined in: ridb_core.d.ts:638
An optional default value for the property.
readonly optional items: Property
Defined in: ridb_core.d.ts:608
An optional array of nested properties for array-type properties.
readonly optional maxItems: number
Defined in: ridb_core.d.ts:613
The maximum number of items for array-type properties, if applicable.
readonly optional maxLength: number
Defined in: ridb_core.d.ts:623
The maximum length for string-type properties, if applicable.
readonly optional minItems: number
Defined in: ridb_core.d.ts:618
The minimum number of items for array-type properties, if applicable.
readonly optional minLength: number
Defined in: ridb_core.d.ts:628
The minimum length for string-type properties, if applicable.
readonly optional primaryKey: string
Defined in: ridb_core.d.ts:603
The primary key of the property, if applicable.
readonly optional properties: object
Defined in: ridb_core.d.ts:643
An optional map of nested properties for object-type properties.
[name: string]: Property
readonly optional required: boolean
Defined in: ridb_core.d.ts:633
An optional array of required fields for object-type properties.
readonly type: SchemaFieldType
Defined in: ridb_core.d.ts:593
The type of the property.
readonly optional version: number
Defined in: ridb_core.d.ts:598
The version of the property, if applicable.