beanbagdb 0.6.7 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/system_schema.js +4 -6
package/package.json
CHANGED
package/src/system_schema.js
CHANGED
|
@@ -11,7 +11,7 @@ export const default_app = {
|
|
|
11
11
|
active: true,
|
|
12
12
|
description: "Meta-schema or the schema for defining other schemas",
|
|
13
13
|
system_generated: true,
|
|
14
|
-
version: 1,
|
|
14
|
+
version: 1.25,
|
|
15
15
|
title: "Schema document",
|
|
16
16
|
schema: {
|
|
17
17
|
type: "object",
|
|
@@ -353,7 +353,7 @@ export const default_app = {
|
|
|
353
353
|
system_generated: true,
|
|
354
354
|
title: "System log",
|
|
355
355
|
active: true,
|
|
356
|
-
version: 1,
|
|
356
|
+
version: 1.25,
|
|
357
357
|
description: "To define edges in the simple directed graph of records.",
|
|
358
358
|
schema: {
|
|
359
359
|
type: "object",
|
|
@@ -369,10 +369,7 @@ export const default_app = {
|
|
|
369
369
|
},
|
|
370
370
|
app: {
|
|
371
371
|
type: "string",
|
|
372
|
-
}
|
|
373
|
-
time: {
|
|
374
|
-
type: "string",
|
|
375
|
-
},
|
|
372
|
+
}
|
|
376
373
|
},
|
|
377
374
|
},
|
|
378
375
|
settings: {
|
|
@@ -453,6 +450,7 @@ export const editable_metadata_schema = {
|
|
|
453
450
|
},
|
|
454
451
|
title:{
|
|
455
452
|
type:"string",
|
|
453
|
+
default:"Document",
|
|
456
454
|
maxLength:10000
|
|
457
455
|
},
|
|
458
456
|
ref:{
|