Schema:Company: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data Tag: Manual revert |
Importing NeoWiki demo data |
||
| 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": { |
||