You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are going to allow dynamic nodes in graph, and dynamic document types in #53 then we need ability to define and manage schemas and versioning. (go add type version field for #53)
Proposed schema
id: string (enum of ObjectType)
version: number
structure: any
published: string (ISO_8601)
archived: boolean
UNIQUE index on id, version fields
The text was updated successfully, but these errors were encountered:
If we are going to allow dynamic nodes in graph, and dynamic document types in #53 then we need ability to define and manage schemas and versioning. (go add type version field for #53)
Proposed schema
string
(enum of ObjectType)number
any
string
(ISO_8601)boolean
UNIQUE index on
id, version
fieldsThe text was updated successfully, but these errors were encountered: