Skip to content

Add schema registry with versioning #54

@mikesparr

Description

@mikesparr

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions