@@ -74,13 +74,13 @@ class GoldInternal1_Spec() : EntitySpec<GoldInternal1> {
74
74
75
75
companion object {
76
76
val schema = Schema (
77
- listOf (),
78
- SchemaFields (
79
- singletons = mapOf (" val" to FieldType .Text ),
80
- collections = emptyMap()
81
- ),
82
- " 485712110d89359a3e539dac987329cd2649d889"
83
- )
77
+ listOf (),
78
+ SchemaFields (
79
+ singletons = mapOf (" val" to FieldType .Text ),
80
+ collections = emptyMap()
81
+ ),
82
+ " 485712110d89359a3e539dac987329cd2649d889"
83
+ )
84
84
85
85
init {
86
86
SchemaRegistry .register(schema)
@@ -199,18 +199,18 @@ class Gold_Data_Spec() : EntitySpec<Gold_Data> {
199
199
200
200
companion object {
201
201
val schema = Schema (
202
- listOf (),
203
- SchemaFields (
204
- singletons = mapOf (
205
- " num" to FieldType .Number ,
206
- " txt" to FieldType .Text ,
207
- " lnk" to FieldType .Text ,
208
- " flg" to FieldType .Boolean
209
- ),
210
- collections = emptyMap()
202
+ listOf (),
203
+ SchemaFields (
204
+ singletons = mapOf (
205
+ " num" to FieldType .Number ,
206
+ " txt" to FieldType .Text ,
207
+ " lnk" to FieldType .Text ,
208
+ " flg" to FieldType .Boolean
211
209
),
212
- " d8058d336e472da47b289eafb39733f77eadb111"
213
- )
210
+ collections = emptyMap()
211
+ ),
212
+ " d8058d336e472da47b289eafb39733f77eadb111"
213
+ )
214
214
215
215
init {
216
216
SchemaRegistry .register(schema)
0 commit comments