schema: some schema editor fixes

This commit is contained in:
2024-06-11 05:09:14 -06:00
parent e6880af3ee
commit 1664d3bc7f
8 changed files with 68 additions and 85 deletions

View File

@@ -27,10 +27,11 @@ model Schema {
gameSystemId String
publications Publication[]
name String
schema Json
types Json
version Int
originalId String
name String
schema Json
types Json
version Int
}
model Publication {