blob: dfded89a47b909c15f9198394f8b5781147c93df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Common Entity Fields
All entities have:
- `extra`: free-form JSON metadata
The "extra" field is an "escape hatch" to include extra fields not in the
regular schema. It is intended to enable gradual evolution of the schema, as
well as accommodating niche or field-specific content. Reasonable care should
be taken with this extra metadata: don't include large text or binary fields,
hundreds of fields, duplicate metadata, etc.
|