ndut-address-book
Version:
Ndut Address Book for Ndut Framework
74 lines • 1.3 kB
JSON
{
"properties": {
"firstName": {
"type": "String",
"length": 50,
"required": true
},
"lastName": {
"type": "String",
"length": 50,
"required": true
},
"title": {
"type": "String",
"length": 50
},
"company": {
"type": "String",
"length": 50
},
"department": {
"type": "String",
"length": 50
},
"address": "String",
"homeAddress": "String",
"city": {
"type": "String",
"length": 50
},
"zipCode": {
"type": "String",
"length": 10
},
"state": {
"type": "String",
"length": 50
},
"country": {
"type": "String",
"length": 2
},
"phone": {
"type": "String",
"length": 50
},
"homePhone": {
"type": "String",
"length": 50
},
"mobilePhone": {
"type": "String",
"length": 50
},
"email": {
"type": "String",
"length": 50
},
"website": {
"type": "String",
"length": 255
},
"remark": {
"type": "String",
"length": 255
}
},
"feature": ["createdAt", "updatedAt", "ndutAuthPrivate", "ndutSiteSiteId"],
"extend": {
"schema": true,
"builtinFixture": true
},
"disableAliasCall": false
}