Jump to content

Schema:Company: Difference between revisions

From NeoWiki Demo
Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
(10 intermediate revisions by 2 users not shown)
Line 18: Line 18:
"targetSchema": "Product",
"targetSchema": "Product",
"multiple": true
"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": {
"Status": {
Line 44: Line 61:
"type": "number",
"type": "number",
"default": 0
"default": 0
},
"Is public": {
"type": "boolean"
}
}
}
}

Latest revision as of 10:18, 10 June 2026