FlattenedReferenceDefinition

A reference key that has the field values embedded directly in the reference definition. This can be
useful in cases when you want to have a standard schema of data associated with an element but do not
for whatever reason want to construct an actual Collection
to house that data.


Properties

data

data: Record<string, SerializedFieldType>;

Field values available at this reference key


name?

optional name: string;

Name to display to the user for the reference key (what would normally be the collection name)


schema

schema: SchemaDefinition;

Schema of the data stored at this key