Schema:Company: Difference between revisions

Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
Tag: Manual revert
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
(6 intermediate revisions by 2 users not shown)
Line 18:
"targetSchema": "Product",
"multiple": true
},
"Departments": {
"type": "relation",
"relation": "Has department",
"targetSchema": "Department",
"multiple": true
},
"Offices": {
"type": "relation",
"relation": "Has office",
"targetSchema": "Office",
"multiple": true
},
"Headquarters": {
"type": "relation",
"relation": "Has headquarters",
"targetSchema": "Office"
},
"Status": {
Line 44 ⟶ 61:
"type": "number",
"default": 0
},
"Is public": {
"type": "boolean"
}
}