Class <Type> ObjectField
public
Defined in:
../core-types/src/schema/fields.ts:457
Module:
@warp-drive/core-types
Represents a field whose value is an object with keys pointing to values that are primitive values.
If values of the keys are not primitives, or if the key/value pairs have well-defined shape, use 'schema-object' instead.