Home
Random
Recent changes
Special pages
Community portal
Settings
About NeoWiki Demo
Disclaimers
NeoWiki Demo
Search
User menu
Create account
Log in
View source for Schema:Employee
←
Schema:Employee
{ "description": "Someone working for a company", "propertyDefinitions": { "LegalName": { "type": "text" }, "WorkEmail": { "type": "text" }, "EmploymentFte": { "type": "number", "minimum": 0, "maximum": 100, "default": 100 }, "Skills": { "type": "text", "multiple": true, "uniqueItems": true, "description": "A list of the person's skills" }, "Employer": { "type": "relation", "relation": "Employer", "targetSchema": "Company", "multiple": false } } }
Return to
Schema:Employee
.