properly define id fields for basic models

closes #1724
This commit is contained in:
Berkeley Martinez
2015-08-11 14:49:57 -07:00
parent 0fcf3bcf42
commit 0838486483
4 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,10 @@
"idInjection": true,
"trackChanges": false,
"properties": {
"id": {
"type": "string",
"id": true
},
"name": {
"type": "string",
"index": {

View File

@ -4,6 +4,10 @@
"idInjection": true,
"trackChanges": false,
"properties": {
"id": {
"type": "string",
"id": true
},
"position": {
"type": "string"
},

View File

@ -4,6 +4,10 @@
"idInjection": true,
"trackChanges": false,
"properties": {
"id": {
"type": "string",
"id": true
},
"name": {
"type": "string",
"index": {

View File

@ -4,6 +4,10 @@
"idInjection": true,
"trackChanges": false,
"properties": {
"id": {
"type": "string",
"id": true
},
"name": {
"type": "string",
"index": {