UNPKG

@tradle/models

Version:
24 lines (23 loc) 378 B
{ "id": "tradle.FullName", "type": "tradle.Model", "title": "Full Name", "isInterface": true, "properties": { "paternalName": { "type": "string" }, "maternalName": { "type": "string" }, "firstName": { "type": "string" }, "secondName": { "type": "string" }, "middleName": { "type": "string" } } }