{
	"table": "blank",
	"attributes": {
		"id": {
			"key": "primary",
			"type": "guid"
		},
		"name": {
			"type": "string",
			"maxlen": 255,
			"minlen": 8
		},
		"nickname": {
			"type": "string",
			"maxlen": 255,
			"minlen": 8
		},
		"company": {
			"type": "reference",
			"refersto": {
				"target": "company",
				"multiplicity": "0/1"
			}
		}
	}
}